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

branch
eric7
changeset 10259
b51dfacef37f
parent 10244
1b67aa43ec93
child 10479
856476537696
equal deleted inserted replaced
10258:e7764f992a01 10259:b51dfacef37f
146 <td><a href="#JediServer.forgetEditor">forgetEditor</a></td> 146 <td><a href="#JediServer.forgetEditor">forgetEditor</a></td>
147 <td>Public method to forget about the given editor.</td> 147 <td>Public method to forget about the given editor.</td>
148 </tr> 148 </tr>
149 <tr> 149 <tr>
150 <td><a href="#JediServer.getCallTips">getCallTips</a></td> 150 <td><a href="#JediServer.getCallTips">getCallTips</a></td>
151 <td></td> 151 <td>Public method to calculate calltips.</td>
152 </tr> 152 </tr>
153 <tr> 153 <tr>
154 <td><a href="#JediServer.gotoDefinition">gotoDefinition</a></td> 154 <td><a href="#JediServer.gotoDefinition">gotoDefinition</a></td>
155 <td>Public slot to find the definition for the word at the cursor position and go to it.</td> 155 <td>Public slot to find the definition for the word at the cursor position and go to it.</td>
156 </tr> 156 </tr>
190 <td><a href="#JediServer.requestCodeDocumentation">requestCodeDocumentation</a></td> 190 <td><a href="#JediServer.requestCodeDocumentation">requestCodeDocumentation</a></td>
191 <td>Public method to request source code documentation for the given editor.</td> 191 <td>Public method to request source code documentation for the given editor.</td>
192 </tr> 192 </tr>
193 <tr> 193 <tr>
194 <td><a href="#JediServer.requestCompletions">requestCompletions</a></td> 194 <td><a href="#JediServer.requestCompletions">requestCompletions</a></td>
195 <td></td> 195 <td>Public method to request a list of possible completions.</td>
196 </tr> 196 </tr>
197 </table> 197 </table>
198 <h3>Static Methods</h3> 198 <h3>Static Methods</h3>
199 199
200 <table> 200 <table>
565 </dl> 565 </dl>
566 <a NAME="JediServer.getCallTips" ID="JediServer.getCallTips"></a> 566 <a NAME="JediServer.getCallTips" ID="JediServer.getCallTips"></a>
567 <h4>JediServer.getCallTips</h4> 567 <h4>JediServer.getCallTips</h4>
568 <b>getCallTips</b>(<i>editor, pos, commas</i>) 568 <b>getCallTips</b>(<i>editor, pos, commas</i>)
569 569
570 <p>
571 Public method to calculate calltips.
572 </p>
573 <dl>
574
575 <dt><i>editor</i> (Editor)</dt>
576 <dd>
577 reference to the editor object, that called this method
578 </dd>
579 <dt><i>pos</i> (int)</dt>
580 <dd>
581 position in the text for the calltip
582 </dd>
583 <dt><i>commas</i> (int)</dt>
584 <dd>
585 minimum number of commas contained in the calltip
586 </dd>
587 </dl>
588 <dl>
589 <dt>Return:</dt>
590 <dd>
591 list of possible calltips
592 </dd>
593 </dl>
594 <dl>
595 <dt>Return Type:</dt>
596 <dd>
597 list of str
598 </dd>
599 </dl>
570 <a NAME="JediServer.gotoDefinition" ID="JediServer.gotoDefinition"></a> 600 <a NAME="JediServer.gotoDefinition" ID="JediServer.gotoDefinition"></a>
571 <h4>JediServer.gotoDefinition</h4> 601 <h4>JediServer.gotoDefinition</h4>
572 <b>gotoDefinition</b>(<i>editor</i>) 602 <b>gotoDefinition</b>(<i>editor</i>)
573 603
574 <p> 604 <p>
707 </dl> 737 </dl>
708 <a NAME="JediServer.requestCompletions" ID="JediServer.requestCompletions"></a> 738 <a NAME="JediServer.requestCompletions" ID="JediServer.requestCompletions"></a>
709 <h4>JediServer.requestCompletions</h4> 739 <h4>JediServer.requestCompletions</h4>
710 <b>requestCompletions</b>(<i>editor, context, acText</i>) 740 <b>requestCompletions</b>(<i>editor, context, acText</i>)
711 741
742 <p>
743 Public method to request a list of possible completions.
744 </p>
745 <dl>
746
747 <dt><i>editor</i> (Editor)</dt>
748 <dd>
749 reference to the editor object, that called this method
750 </dd>
751 <dt><i>context</i> (bool)</dt>
752 <dd>
753 flag indicating to autocomplete a context
754 </dd>
755 <dt><i>acText</i> (str)</dt>
756 <dd>
757 text to be completed
758 </dd>
759 </dl>
712 <div align="right"><a href="#top">Up</a></div> 760 <div align="right"><a href="#top">Up</a></div>
713 <hr /> 761 <hr />
714 </body></html> 762 </body></html>

eric ide

mercurial