RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html

changeset 151
5260100b6700
parent 129
23ee57a96ea3
child 153
9557ef516806
equal deleted inserted replaced
150:81aa22f5d2e6 151:5260100b6700
189 <b>__codeAssist</b>(<i></i>) 189 <b>__codeAssist</b>(<i></i>)
190 <p> 190 <p>
191 Private slot to show a list with completion proposals. 191 Private slot to show a list with completion proposals.
192 </p><a NAME="RefactoringRopePlugin.__completionListSelected" ID="RefactoringRopePlugin.__completionListSelected"></a> 192 </p><a NAME="RefactoringRopePlugin.__completionListSelected" ID="RefactoringRopePlugin.__completionListSelected"></a>
193 <h4>RefactoringRopePlugin.__completionListSelected</h4> 193 <h4>RefactoringRopePlugin.__completionListSelected</h4>
194 <b>__completionListSelected</b>(<i>id, txt</i>) 194 <b>__completionListSelected</b>(<i>userListId, txt</i>)
195 <p> 195 <p>
196 Private slot to handle the selection from the completion list. 196 Private slot to handle the selection from the completion list.
197 </p><dl> 197 </p><dl>
198 <dt><i>id</i></dt> 198 <dt><i>userListId</i></dt>
199 <dd> 199 <dd>
200 the ID of the user list (should be 1) (integer) 200 the ID of the user list (should be 1) (integer)
201 </dd><dt><i>txt</i></dt> 201 </dd><dt><i>txt</i></dt>
202 <dd> 202 <dd>
203 the selected text (QString) 203 the selected text (QString)

eric ide

mercurial