--- a/Documentation/Source/eric5.DebugClients.Ruby.Completer.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.DebugClients.Ruby.Completer.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.DebugClients.Ruby.Completer</h1> <p> -File implementing a command line completer class. +File implementing a command line completer class. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#Completer">Completer</a></td> -<td>Class implementing a command completer.</td> +<td>Class implementing a command completer.</td> </tr> </table> <h3>Modules</h3> @@ -47,7 +47,7 @@ <a NAME="Completer" ID="Completer"></a> <h2>Completer</h2> <p> -Class implementing a command completer. +Class implementing a command completer. </p> <h3>Derived from</h3> None @@ -59,60 +59,60 @@ <table> <tr> <td><a href="#Completer.complete">complete</a></td> -<td>Public method to select the possible completions</td> +<td>Public method to select the possible completions</td> </tr><tr> <td><a href="#Completer.initialize">initialize</a></td> -<td>constructor</td> +<td>constructor</td> </tr><tr> <td><a href="#Completer.select_message">select_message</a></td> -<td>Method used to pick completion candidates.</td> +<td>Method used to pick completion candidates.</td> </tr> </table> <a NAME="Completer.complete" ID="Completer.complete"></a> <h4>Completer.complete</h4> <b>complete</b>(<i></i>) <p> -Public method to select the possible completions +Public method to select the possible completions </p><dl> <dt><i>input</i></dt> <dd> -text to be completed (String) +text to be completed (String) </dd> </dl><dl> <dt>Returns:</dt> <dd> -list of possible completions (Array) +list of possible completions (Array) </dd> </dl><a NAME="Completer.initialize" ID="Completer.initialize"></a> <h4>Completer.initialize</h4> <b>initialize</b>(<i></i>) <p> -constructor +constructor </p><dl> <dt><i>binding</i></dt> <dd> -binding object used to determine the possible completions +binding object used to determine the possible completions </dd> </dl><a NAME="Completer.select_message" ID="Completer.select_message"></a> <h4>Completer.select_message</h4> <b>select_message</b>(<i>message, candidates</i>) <p> -Method used to pick completion candidates. +Method used to pick completion candidates. </p><dl> <dt><i>receiver</i></dt> <dd> -object receiving the message +object receiving the message </dd><dt><i>message</i></dt> <dd> -message to be sent to object +message to be sent to object </dd><dt><i>candidates</i></dt> <dd> -possible completion candidates +possible completion candidates </dd> </dl><dl> <dt>Returns:</dt> <dd> -filtered list of candidates +filtered list of candidates </dd> </dl> <div align="right"><a href="#top">Up</a></div>