139 <td>Public method to return a list of calltips.</td> |
139 <td>Public method to return a list of calltips.</td> |
140 </tr><tr> |
140 </tr><tr> |
141 <td><a href="#RefactoringRopePlugin.deactivate">deactivate</a></td> |
141 <td><a href="#RefactoringRopePlugin.deactivate">deactivate</a></td> |
142 <td>Public method to deactivate this plugin.</td> |
142 <td>Public method to deactivate this plugin.</td> |
143 </tr><tr> |
143 </tr><tr> |
|
144 <td><a href="#RefactoringRopePlugin.getCompletionsList">getCompletionsList</a></td> |
|
145 <td>Public method to get a list of possible completions.</td> |
|
146 </tr><tr> |
144 <td><a href="#RefactoringRopePlugin.getPreferences">getPreferences</a></td> |
147 <td><a href="#RefactoringRopePlugin.getPreferences">getPreferences</a></td> |
145 <td>Public method to retrieve the various refactoring settings.</td> |
148 <td>Public method to retrieve the various refactoring settings.</td> |
146 </tr><tr> |
149 </tr><tr> |
147 <td><a href="#RefactoringRopePlugin.setPreferences">setPreferences</a></td> |
150 <td><a href="#RefactoringRopePlugin.setPreferences">setPreferences</a></td> |
148 <td>Public method to store the various refactoring settings.</td> |
151 <td>Public method to store the various refactoring settings.</td> |
379 </dl><a NAME="RefactoringRopePlugin.deactivate" ID="RefactoringRopePlugin.deactivate"></a> |
382 </dl><a NAME="RefactoringRopePlugin.deactivate" ID="RefactoringRopePlugin.deactivate"></a> |
380 <h4>RefactoringRopePlugin.deactivate</h4> |
383 <h4>RefactoringRopePlugin.deactivate</h4> |
381 <b>deactivate</b>(<i></i>) |
384 <b>deactivate</b>(<i></i>) |
382 <p> |
385 <p> |
383 Public method to deactivate this plugin. |
386 Public method to deactivate this plugin. |
384 </p><a NAME="RefactoringRopePlugin.getPreferences" ID="RefactoringRopePlugin.getPreferences"></a> |
387 </p><a NAME="RefactoringRopePlugin.getCompletionsList" ID="RefactoringRopePlugin.getCompletionsList"></a> |
|
388 <h4>RefactoringRopePlugin.getCompletionsList</h4> |
|
389 <b>getCompletionsList</b>(<i>editor, context</i>) |
|
390 <p> |
|
391 Public method to get a list of possible completions. |
|
392 </p><dl> |
|
393 <dt><i>editor</i></dt> |
|
394 <dd> |
|
395 reference to the editor object, that called this method |
|
396 (QScintilla.Editor) |
|
397 </dd><dt><i>context</i></dt> |
|
398 <dd> |
|
399 flag indicating to autocomplete a context (boolean) |
|
400 </dd> |
|
401 </dl><dl> |
|
402 <dt>Returns:</dt> |
|
403 <dd> |
|
404 list of possible completions (list of strings) |
|
405 </dd> |
|
406 </dl><a NAME="RefactoringRopePlugin.getPreferences" ID="RefactoringRopePlugin.getPreferences"></a> |
385 <h4>RefactoringRopePlugin.getPreferences</h4> |
407 <h4>RefactoringRopePlugin.getPreferences</h4> |
386 <b>getPreferences</b>(<i>key</i>) |
408 <b>getPreferences</b>(<i>key</i>) |
387 <p> |
409 <p> |
388 Public method to retrieve the various refactoring settings. |
410 Public method to retrieve the various refactoring settings. |
389 </p><dl> |
411 </p><dl> |