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

branch
eric7
changeset 10684
58c7f23ae1cb
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html	Sat Apr 20 18:01:36 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html	Sat Apr 20 18:02:35 2024 +0200
@@ -564,7 +564,7 @@
 </dl>
 <a NAME="JediServer.getCallTips" ID="JediServer.getCallTips"></a>
 <h4>JediServer.getCallTips</h4>
-<b>getCallTips</b>(<i>editor, pos, commas</i>)
+<b>getCallTips</b>(<i>editor, _pos, _commas</i>)
 <p>
         Public method to calculate calltips.
 </p>
@@ -575,13 +575,13 @@
 <dd>
 reference to the editor object, that called this method
 </dd>
-<dt><i>pos</i> (int)</dt>
+<dt><i>_pos</i> (int)</dt>
 <dd>
-position in the text for the calltip
+position in the text for the calltip (unused)
 </dd>
-<dt><i>commas</i> (int)</dt>
+<dt><i>_commas</i> (int)</dt>
 <dd>
-minimum number of commas contained in the calltip
+minimum number of commas contained in the calltip (unused)
 </dd>
 </dl>
 <dl>
@@ -736,7 +736,7 @@
 </dl>
 <a NAME="JediServer.requestCompletions" ID="JediServer.requestCompletions"></a>
 <h4>JediServer.requestCompletions</h4>
-<b>requestCompletions</b>(<i>editor, context, acText</i>)
+<b>requestCompletions</b>(<i>editor, _context, acText</i>)
 <p>
         Public method to request a list of possible completions.
 </p>
@@ -747,9 +747,9 @@
 <dd>
 reference to the editor object, that called this method
 </dd>
-<dt><i>context</i> (bool)</dt>
+<dt><i>_context</i> (bool)</dt>
 <dd>
-flag indicating to autocomplete a context
+flag indicating to autocomplete a context (unused)
 </dd>
 <dt><i>acText</i> (str)</dt>
 <dd>

eric ide

mercurial