41 <td>Module function to create the autocompletion configuration page.</td> |
41 <td>Module function to create the autocompletion configuration page.</td> |
42 </tr><tr> |
42 </tr><tr> |
43 <td><a href="#createCallTipsPage">createCallTipsPage</a></td> |
43 <td><a href="#createCallTipsPage">createCallTipsPage</a></td> |
44 <td>Module function to create the calltips configuration page.</td> |
44 <td>Module function to create the calltips configuration page.</td> |
45 </tr><tr> |
45 </tr><tr> |
|
46 <td><a href="#createMouseClickHandlerPage">createMouseClickHandlerPage</a></td> |
|
47 <td>Module function to create the mouse click handler configuration page.</td> |
|
48 </tr><tr> |
46 <td><a href="#getConfigData">getConfigData</a></td> |
49 <td><a href="#getConfigData">getConfigData</a></td> |
47 <td>Module function returning data as required by the configuration dialog.</td> |
50 <td>Module function returning data as required by the configuration dialog.</td> |
48 </tr><tr> |
51 </tr><tr> |
49 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
52 <td><a href="#prepareUninstall">prepareUninstall</a></td> |
50 <td>Module function to prepare for an uninstallation.</td> |
53 <td>Module function to prepare for an uninstallation.</td> |
82 <td>Private slot to handle the selection from the completion list.</td> |
85 <td>Private slot to handle the selection from the completion list.</td> |
83 </tr><tr> |
86 </tr><tr> |
84 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td> |
87 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td> |
85 <td>Private method to connect an editor.</td> |
88 <td>Private method to connect an editor.</td> |
86 </tr><tr> |
89 </tr><tr> |
|
90 <td><a href="#RefactoringRopePlugin.__connectMouseClickHandler">__connectMouseClickHandler</a></td> |
|
91 <td>Private method to connect the mouse click handler to an editor.</td> |
|
92 </tr><tr> |
87 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td> |
93 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td> |
88 <td>Private method to determine the valid language strings.</td> |
94 <td>Private method to determine the valid language strings.</td> |
89 </tr><tr> |
95 </tr><tr> |
90 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td> |
96 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td> |
91 <td>Private method to disconnect an editor.</td> |
97 <td>Private method to disconnect an editor.</td> |
|
98 </tr><tr> |
|
99 <td><a href="#RefactoringRopePlugin.__disconnectMouseClickHandler">__disconnectMouseClickHandler</a></td> |
|
100 <td>Private method to disconnect the mouse click handler from an editor.</td> |
92 </tr><tr> |
101 </tr><tr> |
93 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td> |
102 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td> |
94 <td>Private slot to get the old contents of the named file.</td> |
103 <td>Private slot to get the old contents of the named file.</td> |
95 </tr><tr> |
104 </tr><tr> |
96 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td> |
105 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td> |
201 </p><dl> |
210 </p><dl> |
202 <dt><i>editor</i></dt> |
211 <dt><i>editor</i></dt> |
203 <dd> |
212 <dd> |
204 reference to the editor (QScintilla.Editor) |
213 reference to the editor (QScintilla.Editor) |
205 </dd> |
214 </dd> |
|
215 </dl><a NAME="RefactoringRopePlugin.__connectMouseClickHandler" ID="RefactoringRopePlugin.__connectMouseClickHandler"></a> |
|
216 <h4>RefactoringRopePlugin.__connectMouseClickHandler</h4> |
|
217 <b>__connectMouseClickHandler</b>(<i>editor</i>) |
|
218 <p> |
|
219 Private method to connect the mouse click handler to an editor. |
|
220 </p><dl> |
|
221 <dt><i>editor</i></dt> |
|
222 <dd> |
|
223 reference to the editor (QScintilla.Editor) |
|
224 </dd> |
206 </dl><a NAME="RefactoringRopePlugin.__determineLanguage" ID="RefactoringRopePlugin.__determineLanguage"></a> |
225 </dl><a NAME="RefactoringRopePlugin.__determineLanguage" ID="RefactoringRopePlugin.__determineLanguage"></a> |
207 <h4>RefactoringRopePlugin.__determineLanguage</h4> |
226 <h4>RefactoringRopePlugin.__determineLanguage</h4> |
208 <b>__determineLanguage</b>(<i></i>) |
227 <b>__determineLanguage</b>(<i></i>) |
209 <p> |
228 <p> |
210 Private method to determine the valid language strings. |
229 Private method to determine the valid language strings. |
216 </dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a> |
235 </dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a> |
217 <h4>RefactoringRopePlugin.__disconnectEditor</h4> |
236 <h4>RefactoringRopePlugin.__disconnectEditor</h4> |
218 <b>__disconnectEditor</b>(<i>editor</i>) |
237 <b>__disconnectEditor</b>(<i>editor</i>) |
219 <p> |
238 <p> |
220 Private method to disconnect an editor. |
239 Private method to disconnect an editor. |
|
240 </p><dl> |
|
241 <dt><i>editor</i></dt> |
|
242 <dd> |
|
243 reference to the editor (QScintilla.Editor) |
|
244 </dd> |
|
245 </dl><a NAME="RefactoringRopePlugin.__disconnectMouseClickHandler" ID="RefactoringRopePlugin.__disconnectMouseClickHandler"></a> |
|
246 <h4>RefactoringRopePlugin.__disconnectMouseClickHandler</h4> |
|
247 <b>__disconnectMouseClickHandler</b>(<i>editor</i>) |
|
248 <p> |
|
249 Private method to disconnect the mouse click handler from an editor. |
221 </p><dl> |
250 </p><dl> |
222 <dt><i>editor</i></dt> |
251 <dt><i>editor</i></dt> |
223 <dd> |
252 <dd> |
224 reference to the editor (QScintilla.Editor) |
253 reference to the editor (QScintilla.Editor) |
225 </dd> |
254 </dd> |
468 reference to the configuration page |
497 reference to the configuration page |
469 </dd> |
498 </dd> |
470 </dl> |
499 </dl> |
471 <div align="right"><a href="#top">Up</a></div> |
500 <div align="right"><a href="#top">Up</a></div> |
472 <hr /><hr /> |
501 <hr /><hr /> |
|
502 <a NAME="createMouseClickHandlerPage" ID="createMouseClickHandlerPage"></a> |
|
503 <h2>createMouseClickHandlerPage</h2> |
|
504 <b>createMouseClickHandlerPage</b>(<i>configDlg</i>) |
|
505 <p> |
|
506 Module function to create the mouse click handler configuration page. |
|
507 </p><dl> |
|
508 <dt><i>configDlg</i></dt> |
|
509 <dd> |
|
510 reference to the configuration dialog |
|
511 </dd> |
|
512 </dl><dl> |
|
513 <dt>Returns:</dt> |
|
514 <dd> |
|
515 reference to the configuration page |
|
516 </dd> |
|
517 </dl> |
|
518 <div align="right"><a href="#top">Up</a></div> |
|
519 <hr /><hr /> |
473 <a NAME="getConfigData" ID="getConfigData"></a> |
520 <a NAME="getConfigData" ID="getConfigData"></a> |
474 <h2>getConfigData</h2> |
521 <h2>getConfigData</h2> |
475 <b>getConfigData</b>(<i></i>) |
522 <b>getConfigData</b>(<i></i>) |
476 <p> |
523 <p> |
477 Module function returning data as required by the configuration dialog. |
524 Module function returning data as required by the configuration dialog. |