RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html

changeset 295
8318a6881e63
parent 217
874115c79ca7
child 321
d51e810107ec
equal deleted inserted replaced
294:78e4a6823a98 295:8318a6881e63
76 <td>Constructor</td> 76 <td>Constructor</td>
77 </tr><tr> 77 </tr><tr>
78 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td> 78 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td>
79 <td>Private method to connect an editor.</td> 79 <td>Private method to connect an editor.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#RefactoringRopePlugin.__connectMouseClickHandler">__connectMouseClickHandler</a></td>
82 <td>Private method to connect the mouse click handler to an editor.</td>
83 </tr><tr>
84 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td>
85 <td>Private method to determine the valid language strings.</td>
86 </tr><tr>
81 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td> 87 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td>
82 <td>Private method to disconnect an editor.</td> 88 <td>Private method to disconnect an editor.</td>
83 </tr><tr> 89 </tr><tr>
90 <td><a href="#RefactoringRopePlugin.__disconnectMouseClickHandler">__disconnectMouseClickHandler</a></td>
91 <td>Private method to disconnect the mouse click handler from an editor.</td>
92 </tr><tr>
84 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td> 93 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td>
85 <td>Private slot to get the old contents of the named file.</td> 94 <td>Private slot to get the old contents of the named file.</td>
86 </tr><tr> 95 </tr><tr>
87 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td> 96 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td>
88 <td>Private slot called, when an editor was closed.</td> 97 <td>Private slot called, when an editor was closed.</td>
100 <td>Private slot to (re)initialize the plugin.</td> 109 <td>Private slot to (re)initialize the plugin.</td>
101 </tr><tr> 110 </tr><tr>
102 <td><a href="#RefactoringRopePlugin.__loadTranslator">__loadTranslator</a></td> 111 <td><a href="#RefactoringRopePlugin.__loadTranslator">__loadTranslator</a></td>
103 <td>Private method to load the translation file.</td> 112 <td>Private method to load the translation file.</td>
104 </tr><tr> 113 </tr><tr>
114 <td><a href="#RefactoringRopePlugin.__setAutoCompletionHook">__setAutoCompletionHook</a></td>
115 <td>Private method to set the autocompletion hook.</td>
116 </tr><tr>
117 <td><a href="#RefactoringRopePlugin.__setCalltipsHook">__setCalltipsHook</a></td>
118 <td>Private method to set the calltip hook.</td>
119 </tr><tr>
105 <td><a href="#RefactoringRopePlugin.__shutdown">__shutdown</a></td> 120 <td><a href="#RefactoringRopePlugin.__shutdown">__shutdown</a></td>
106 <td>Private slot handling the shutdown signal of the plug-in manager.</td> 121 <td>Private slot handling the shutdown signal of the plug-in manager.</td>
122 </tr><tr>
123 <td><a href="#RefactoringRopePlugin.__unsetAutoCompletionHook">__unsetAutoCompletionHook</a></td>
124 <td>Private method to unset the autocompletion hook.</td>
125 </tr><tr>
126 <td><a href="#RefactoringRopePlugin.__unsetCalltipsHook">__unsetCalltipsHook</a></td>
127 <td>Private method to unset the calltip hook.</td>
107 </tr><tr> 128 </tr><tr>
108 <td><a href="#RefactoringRopePlugin.activate">activate</a></td> 129 <td><a href="#RefactoringRopePlugin.activate">activate</a></td>
109 <td>Public method to activate this plugin.</td> 130 <td>Public method to activate this plugin.</td>
110 </tr><tr> 131 </tr><tr>
111 <td><a href="#RefactoringRopePlugin.deactivate">deactivate</a></td> 132 <td><a href="#RefactoringRopePlugin.deactivate">deactivate</a></td>
143 </p><dl> 164 </p><dl>
144 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> 165 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
145 <dd> 166 <dd>
146 reference to the editor 167 reference to the editor
147 </dd> 168 </dd>
169 </dl><a NAME="RefactoringRopePlugin.__connectMouseClickHandler" ID="RefactoringRopePlugin.__connectMouseClickHandler"></a>
170 <h4>RefactoringRopePlugin.__connectMouseClickHandler</h4>
171 <b>__connectMouseClickHandler</b>(<i>editor</i>)
172 <p>
173 Private method to connect the mouse click handler to an editor.
174 </p><dl>
175 <dt><i>editor</i> (QScintilla.Editor)</dt>
176 <dd>
177 reference to the editor
178 </dd>
179 </dl><a NAME="RefactoringRopePlugin.__determineLanguage" ID="RefactoringRopePlugin.__determineLanguage"></a>
180 <h4>RefactoringRopePlugin.__determineLanguage</h4>
181 <b>__determineLanguage</b>(<i></i>)
182 <p>
183 Private method to determine the valid language strings.
184 </p><dl>
185 <dt>Returns:</dt>
186 <dd>
187 list of valid language strings
188 </dd>
189 </dl><dl>
190 <dt>Return Type:</dt>
191 <dd>
192 list of str
193 </dd>
148 </dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a> 194 </dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a>
149 <h4>RefactoringRopePlugin.__disconnectEditor</h4> 195 <h4>RefactoringRopePlugin.__disconnectEditor</h4>
150 <b>__disconnectEditor</b>(<i>editor</i>) 196 <b>__disconnectEditor</b>(<i>editor</i>)
151 <p> 197 <p>
152 Private method to disconnect an editor. 198 Private method to disconnect an editor.
153 </p><dl> 199 </p><dl>
154 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt> 200 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
201 <dd>
202 reference to the editor
203 </dd>
204 </dl><a NAME="RefactoringRopePlugin.__disconnectMouseClickHandler" ID="RefactoringRopePlugin.__disconnectMouseClickHandler"></a>
205 <h4>RefactoringRopePlugin.__disconnectMouseClickHandler</h4>
206 <b>__disconnectMouseClickHandler</b>(<i>editor</i>)
207 <p>
208 Private method to disconnect the mouse click handler from an editor.
209 </p><dl>
210 <dt><i>editor</i> (QScintilla.Editor)</dt>
155 <dd> 211 <dd>
156 reference to the editor 212 reference to the editor
157 </dd> 213 </dd>
158 </dl><a NAME="RefactoringRopePlugin.__editorAboutToBeSaved" ID="RefactoringRopePlugin.__editorAboutToBeSaved"></a> 214 </dl><a NAME="RefactoringRopePlugin.__editorAboutToBeSaved" ID="RefactoringRopePlugin.__editorAboutToBeSaved"></a>
159 <h4>RefactoringRopePlugin.__editorAboutToBeSaved</h4> 215 <h4>RefactoringRopePlugin.__editorAboutToBeSaved</h4>
213 </p><a NAME="RefactoringRopePlugin.__loadTranslator" ID="RefactoringRopePlugin.__loadTranslator"></a> 269 </p><a NAME="RefactoringRopePlugin.__loadTranslator" ID="RefactoringRopePlugin.__loadTranslator"></a>
214 <h4>RefactoringRopePlugin.__loadTranslator</h4> 270 <h4>RefactoringRopePlugin.__loadTranslator</h4>
215 <b>__loadTranslator</b>(<i></i>) 271 <b>__loadTranslator</b>(<i></i>)
216 <p> 272 <p>
217 Private method to load the translation file. 273 Private method to load the translation file.
218 </p><a NAME="RefactoringRopePlugin.__shutdown" ID="RefactoringRopePlugin.__shutdown"></a> 274 </p><a NAME="RefactoringRopePlugin.__setAutoCompletionHook" ID="RefactoringRopePlugin.__setAutoCompletionHook"></a>
275 <h4>RefactoringRopePlugin.__setAutoCompletionHook</h4>
276 <b>__setAutoCompletionHook</b>(<i>editor</i>)
277 <p>
278 Private method to set the autocompletion hook.
279 </p><dl>
280 <dt><i>editor</i> (QScintilla.Editor)</dt>
281 <dd>
282 reference to the editor
283 </dd>
284 </dl><a NAME="RefactoringRopePlugin.__setCalltipsHook" ID="RefactoringRopePlugin.__setCalltipsHook"></a>
285 <h4>RefactoringRopePlugin.__setCalltipsHook</h4>
286 <b>__setCalltipsHook</b>(<i>editor</i>)
287 <p>
288 Private method to set the calltip hook.
289 </p><dl>
290 <dt><i>editor</i> (QScintilla.Editor)</dt>
291 <dd>
292 reference to the editor
293 </dd>
294 </dl><a NAME="RefactoringRopePlugin.__shutdown" ID="RefactoringRopePlugin.__shutdown"></a>
219 <h4>RefactoringRopePlugin.__shutdown</h4> 295 <h4>RefactoringRopePlugin.__shutdown</h4>
220 <b>__shutdown</b>(<i></i>) 296 <b>__shutdown</b>(<i></i>)
221 <p> 297 <p>
222 Private slot handling the shutdown signal of the plug-in manager. 298 Private slot handling the shutdown signal of the plug-in manager.
223 </p><a NAME="RefactoringRopePlugin.activate" ID="RefactoringRopePlugin.activate"></a> 299 </p><a NAME="RefactoringRopePlugin.__unsetAutoCompletionHook" ID="RefactoringRopePlugin.__unsetAutoCompletionHook"></a>
300 <h4>RefactoringRopePlugin.__unsetAutoCompletionHook</h4>
301 <b>__unsetAutoCompletionHook</b>(<i>editor</i>)
302 <p>
303 Private method to unset the autocompletion hook.
304 </p><dl>
305 <dt><i>editor</i> (QScintilla.Editor)</dt>
306 <dd>
307 reference to the editor
308 </dd>
309 </dl><a NAME="RefactoringRopePlugin.__unsetCalltipsHook" ID="RefactoringRopePlugin.__unsetCalltipsHook"></a>
310 <h4>RefactoringRopePlugin.__unsetCalltipsHook</h4>
311 <b>__unsetCalltipsHook</b>(<i>editor</i>)
312 <p>
313 Private method to unset the calltip hook.
314 </p><dl>
315 <dt><i>editor</i> (QScintilla.Editor)</dt>
316 <dd>
317 reference to the editor
318 </dd>
319 </dl><a NAME="RefactoringRopePlugin.activate" ID="RefactoringRopePlugin.activate"></a>
224 <h4>RefactoringRopePlugin.activate</h4> 320 <h4>RefactoringRopePlugin.activate</h4>
225 <b>activate</b>(<i></i>) 321 <b>activate</b>(<i></i>)
226 <p> 322 <p>
227 Public method to activate this plugin. 323 Public method to activate this plugin.
228 </p><dl> 324 </p><dl>

eric ide

mercurial