src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10244
1b67aa43ec93
--- a/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html	Thu May 25 19:51:47 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html	Thu May 25 19:52:31 2023 +0200
@@ -144,7 +144,7 @@
 </tr>
 <tr>
 <td><a href="#JediServer.getCallTips">getCallTips</a></td>
-<td>Public method to calculate calltips.</td>
+<td></td>
 </tr>
 <tr>
 <td><a href="#JediServer.gotoDefinition">gotoDefinition</a></td>
@@ -188,7 +188,7 @@
 </tr>
 <tr>
 <td><a href="#JediServer.requestCompletions">requestCompletions</a></td>
-<td>Public method to request a list of possible completions.</td>
+<td></td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -549,36 +549,6 @@
 <h4>JediServer.getCallTips</h4>
 <b>getCallTips</b>(<i>editor, pos, commas</i>)
 
-<p>
-        Public method to calculate calltips.
-</p>
-<dl>
-
-<dt><i>editor</i> (Editor)</dt>
-<dd>
-reference to the editor object, that called this method
-</dd>
-<dt><i>pos</i> (int)</dt>
-<dd>
-position in the text for the calltip
-</dd>
-<dt><i>commas</i> (int)</dt>
-<dd>
-minimum number of commas contained in the calltip
-</dd>
-</dl>
-<dl>
-<dt>Return:</dt>
-<dd>
-list of possible calltips
-</dd>
-</dl>
-<dl>
-<dt>Return Type:</dt>
-<dd>
-list of str
-</dd>
-</dl>
 <a NAME="JediServer.gotoDefinition" ID="JediServer.gotoDefinition"></a>
 <h4>JediServer.gotoDefinition</h4>
 <b>gotoDefinition</b>(<i>editor</i>)
@@ -721,24 +691,6 @@
 <h4>JediServer.requestCompletions</h4>
 <b>requestCompletions</b>(<i>editor, context, acText</i>)
 
-<p>
-        Public method to request a list of possible completions.
-</p>
-<dl>
-
-<dt><i>editor</i> (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>
-<dt><i>acText</i> (str)</dt>
-<dd>
-text to be completed
-</dd>
-</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial