diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html --- a/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.JediInterface.JediServer.html Fri Oct 27 14:09:40 2023 +0200 @@ -148,7 +148,7 @@ </tr> <tr> <td><a href="#JediServer.getCallTips">getCallTips</a></td> -<td></td> +<td>Public method to calculate calltips.</td> </tr> <tr> <td><a href="#JediServer.gotoDefinition">gotoDefinition</a></td> @@ -192,7 +192,7 @@ </tr> <tr> <td><a href="#JediServer.requestCompletions">requestCompletions</a></td> -<td></td> +<td>Public method to request a list of possible completions.</td> </tr> </table> <h3>Static Methods</h3> @@ -567,6 +567,36 @@ <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>) @@ -709,6 +739,24 @@ <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