RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html

changeset 118
d242ba11a04c
parent 104
f6049d39f83d
child 119
a03f2be1997b
equal deleted inserted replaced
117:7269e54fd316 118:d242ba11a04c
74 <table> 74 <table>
75 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
76 </table> 76 </table>
77 <a NAME="CodeAssist.__init__" ID="CodeAssist.__init__"></a> 77 <a NAME="CodeAssist.__init__" ID="CodeAssist.__init__"></a>
78 <h4>CodeAssist (Constructor)</h4> 78 <h4>CodeAssist (Constructor)</h4>
79 <b>CodeAssist</b>(<i>plugin, parent = None</i>) 79 <b>CodeAssist</b>(<i>plugin, parent=None</i>)
80 <p> 80 <p>
81 Constructor 81 Constructor
82 </p><dl> 82 </p><dl>
83 <dt><i>plugin</i></dt> 83 <dt><i>plugin</i></dt>
84 <dd> 84 <dd>
91 <h4>CodeAssist.getCallTips</h4> 91 <h4>CodeAssist.getCallTips</h4>
92 <b>getCallTips</b>(<i>pos, editor</i>) 92 <b>getCallTips</b>(<i>pos, editor</i>)
93 <p> 93 <p>
94 Public method to calculate calltips. 94 Public method to calculate calltips.
95 </p><dl> 95 </p><dl>
96 <dt><i>editor</i></dt> 96 <dt><i>pos</i></dt>
97 <dd>
98 position in the text for the calltip (integer)
99 </dd><dt><i>editor</i></dt>
97 <dd> 100 <dd>
98 reference to the editor object, that called this method 101 reference to the editor object, that called this method
99 QScintilla.Editor) 102 QScintilla.Editor)
100 </dd><dt><i>pos</i></dt>
101 <dd>
102 position in the text for the calltip (integer)
103 </dd> 103 </dd>
104 </dl><dl> 104 </dl><dl>
105 <dt>Returns:</dt> 105 <dt>Returns:</dt>
106 <dd> 106 <dd>
107 list of possible calltips (list of strings) 107 list of possible calltips (list of strings)

eric ide

mercurial