Documentation/Source/eric5.DebugClients.Ruby.Completer.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.DebugClients.Ruby.Completer.html
--- 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>
-&#70;&#105;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#108;&#105;&#110;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114; &#99;&#108;&#97;&#115;&#115;.
+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>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114;.</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>
-&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#99;&#111;&#109;&#109;&#97;&#110;&#100; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#114;.
+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>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#108;&#101;&#99;&#116; &#116;&#104;&#101; &#112;&#111;&#115;&#115;&#105;&#98;&#108;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110;&#115;</td>
+<td>Public method to select the possible completions</td>
 </tr><tr>
 <td><a href="#Completer.initialize">initialize</a></td>
-<td>&#99;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>constructor</td>
 </tr><tr>
 <td><a href="#Completer.select_message">select_message</a></td>
-<td>&#77;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#112;&#105;&#99;&#107; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110; &#99;&#97;&#110;&#100;&#105;&#100;&#97;&#116;&#101;&#115;.</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>
-&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#115;&#101;&#108;&#101;&#99;&#116; &#116;&#104;&#101; &#112;&#111;&#115;&#115;&#105;&#98;&#108;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110;&#115;
+Public method to select the possible completions
 </p><dl>
 <dt><i>input</i></dt>
 <dd>
-&#116;&#101;x&#116; &#116;&#111; &#98;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#101;&#100; (&#83;&#116;&#114;&#105;&#110;&#103;)
+text to be completed (String)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#108;&#105;&#115;&#116; &#111;&#102; &#112;&#111;&#115;&#115;&#105;&#98;&#108;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110;&#115; (&#65;&#114;&#114;&#97;y)
+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>
-&#99;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+constructor
 </p><dl>
 <dt><i>binding</i></dt>
 <dd>
-&#98;&#105;&#110;&#100;&#105;&#110;&#103; &#111;&#98;&#106;&#101;&#99;&#116; &#117;&#115;&#101;&#100; &#116;&#111; &#100;&#101;&#116;&#101;&#114;&#109;&#105;&#110;&#101; &#116;&#104;&#101; &#112;&#111;&#115;&#115;&#105;&#98;&#108;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110;&#115;
+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>
-&#77;&#101;&#116;&#104;&#111;&#100; &#117;&#115;&#101;&#100; &#116;&#111; &#112;&#105;&#99;&#107; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110; &#99;&#97;&#110;&#100;&#105;&#100;&#97;&#116;&#101;&#115;.
+Method used to pick completion candidates.
 </p><dl>
 <dt><i>receiver</i></dt>
 <dd>
-&#111;&#98;&#106;&#101;&#99;&#116; &#114;&#101;&#99;&#101;&#105;v&#105;&#110;&#103; &#116;&#104;&#101; &#109;&#101;&#115;&#115;&#97;&#103;&#101;
+object receiving the message
 </dd><dt><i>message</i></dt>
 <dd>
-&#109;&#101;&#115;&#115;&#97;&#103;&#101; &#116;&#111; &#98;&#101; &#115;&#101;&#110;&#116; &#116;&#111; &#111;&#98;&#106;&#101;&#99;&#116;
+message to be sent to object
 </dd><dt><i>candidates</i></dt>
 <dd>
-&#112;&#111;&#115;&#115;&#105;&#98;&#108;&#101; &#99;&#111;&#109;&#112;&#108;&#101;&#116;&#105;&#111;&#110; &#99;&#97;&#110;&#100;&#105;&#100;&#97;&#116;&#101;&#115;
+possible completion candidates
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#102;&#105;&#108;&#116;&#101;&#114;&#101;&#100; &#108;&#105;&#115;&#116; &#111;&#102; &#99;&#97;&#110;&#100;&#105;&#100;&#97;&#116;&#101;&#115;
+filtered list of candidates
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial