RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html

branch
eric7
changeset 365
f740b50380df
parent 360
2b35968f3d02
child 370
9d246420f284
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html	Wed May 26 17:53:08 2021 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html	Wed May 26 19:07:42 2021 +0200
@@ -53,7 +53,7 @@
     Class implementing the autocompletion interface to rope.
 </p>
 <h3>Derived from</h3>
-E5JsonServer
+EricJsonServer
 <h3>Class Attributes</h3>
 
 <table>
@@ -149,10 +149,6 @@
 <td>Public method to calculate calltips.</td>
 </tr>
 <tr>
-<td><a href="#CodeAssistServer.getCompletions">getCompletions</a></td>
-<td>Public method to calculate the possible completions.</td>
-</tr>
-<tr>
 <td><a href="#CodeAssistServer.gotoDefinition">gotoDefinition</a></td>
 <td>Public slot to find the definition for the word at the cursor position and go to it.</td>
 </tr>
@@ -180,10 +176,6 @@
 <td><a href="#CodeAssistServer.requestCompletions">requestCompletions</a></td>
 <td>Public method to request a list of possible completions.</td>
 </tr>
-<tr>
-<td><a href="#CodeAssistServer.setAsyncCompletions">setAsyncCompletions</a></td>
-<td>Public method to set the asynchronous completions flag.</td>
-</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -283,7 +275,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i> (QScintilla.Editor)</dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to determine the ID string for
 </dd>
@@ -504,7 +496,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor object, that called this method
 </dd>
@@ -529,39 +521,6 @@
 list of str
 </dd>
 </dl>
-<a NAME="CodeAssistServer.getCompletions" ID="CodeAssistServer.getCompletions"></a>
-<h4>CodeAssistServer.getCompletions</h4>
-<b>getCompletions</b>(<i>editor, context</i>)
-
-<p>
-        Public method to calculate the possible completions.
-</p>
-<p>
-        Note: This is the synchronous variant for eric6 before 17.11.
-</p>
-<dl>
-
-<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
-<dd>
-reference to the editor object, that called this method
-</dd>
-<dt><i>context</i> (bool)</dt>
-<dd>
-flag indicating to autocomplete a context
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-list of possible completions
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-list of str
-</dd>
-</dl>
 <a NAME="CodeAssistServer.gotoDefinition" ID="CodeAssistServer.gotoDefinition"></a>
 <h4>CodeAssistServer.gotoDefinition</h4>
 <b>gotoDefinition</b>(<i>editor</i>)
@@ -575,7 +534,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the calling editor
 </dd>
@@ -659,7 +618,7 @@
 </p>
 <dl>
 
-<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor to get source code documentation
             for
@@ -672,13 +631,9 @@
 <p>
         Public method to request a list of possible completions.
 </p>
-<p>
-        Note: This is part of the asynchronous variant for eric6 17.11 and
-              later.
-</p>
 <dl>
 
-<dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
+<dt><i>editor</i> (Editor)</dt>
 <dd>
 reference to the editor object, that called this method
 </dd>
@@ -691,20 +646,6 @@
 text to be completed
 </dd>
 </dl>
-<a NAME="CodeAssistServer.setAsyncCompletions" ID="CodeAssistServer.setAsyncCompletions"></a>
-<h4>CodeAssistServer.setAsyncCompletions</h4>
-<b>setAsyncCompletions</b>(<i>asynchronous</i>)
-
-<p>
-        Public method to set the asynchronous completions flag.
-</p>
-<dl>
-
-<dt><i>asynchronous</i> (bool)</dt>
-<dd>
-flag indicating asynchronous completions
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial