RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html

changeset 101
5098ad8960ed
parent 100
2bfe9e3fad8d
child 118
d242ba11a04c
equal deleted inserted replaced
100:2bfe9e3fad8d 101:5098ad8960ed
79 <td>Private slot to show a list with completion proposals.</td> 79 <td>Private slot to show a list with completion proposals.</td>
80 </tr><tr> 80 </tr><tr>
81 <td><a href="#RefactoringRopePlugin.__completionListSelected">__completionListSelected</a></td> 81 <td><a href="#RefactoringRopePlugin.__completionListSelected">__completionListSelected</a></td>
82 <td>Private slot to handle the selection from the completion list.</td> 82 <td>Private slot to handle the selection from the completion list.</td>
83 </tr><tr> 83 </tr><tr>
84 <td><a href="#RefactoringRopePlugin.__connectEditorSignals">__connectEditorSignals</a></td> 84 <td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td>
85 <td>Private method to connect to some signals of an editor.</td> 85 <td>Private method to connect an editor.</td>
86 </tr><tr> 86 </tr><tr>
87 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td> 87 <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td>
88 <td>Private method to determine the valid language strings.</td> 88 <td>Private method to determine the valid language strings.</td>
89 </tr><tr> 89 </tr><tr>
90 <td><a href="#RefactoringRopePlugin.__disconnectEditorSignals">__disconnectEditorSignals</a></td> 90 <td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td>
91 <td>Private method to disconnect to some signals of an editor.</td> 91 <td>Private method to disconnect an editor.</td>
92 </tr><tr> 92 </tr><tr>
93 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td> 93 <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td>
94 <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>
95 </tr><tr> 95 </tr><tr>
96 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td> 96 <td><a href="#RefactoringRopePlugin.__editorClosed">__editorClosed</a></td>
188 the ID of the user list (should be 1) (integer) 188 the ID of the user list (should be 1) (integer)
189 </dd><dt><i>txt</i></dt> 189 </dd><dt><i>txt</i></dt>
190 <dd> 190 <dd>
191 the selected text (QString) 191 the selected text (QString)
192 </dd> 192 </dd>
193 </dl><a NAME="RefactoringRopePlugin.__connectEditorSignals" ID="RefactoringRopePlugin.__connectEditorSignals"></a> 193 </dl><a NAME="RefactoringRopePlugin.__connectEditor" ID="RefactoringRopePlugin.__connectEditor"></a>
194 <h4>RefactoringRopePlugin.__connectEditorSignals</h4> 194 <h4>RefactoringRopePlugin.__connectEditor</h4>
195 <b>__connectEditorSignals</b>(<i>editor</i>) 195 <b>__connectEditor</b>(<i>editor</i>)
196 <p> 196 <p>
197 Private method to connect to some signals of an editor. 197 Private method to connect an editor.
198 </p><dl> 198 </p><dl>
199 <dt><i>editor</i></dt> 199 <dt><i>editor</i></dt>
200 <dd> 200 <dd>
201 reference to the editor (QScintilla.Editor) 201 reference to the editor (QScintilla.Editor)
202 </dd> 202 </dd>
208 </p><dl> 208 </p><dl>
209 <dt>Returns:</dt> 209 <dt>Returns:</dt>
210 <dd> 210 <dd>
211 list of valid language strings (list of string) 211 list of valid language strings (list of string)
212 </dd> 212 </dd>
213 </dl><a NAME="RefactoringRopePlugin.__disconnectEditorSignals" ID="RefactoringRopePlugin.__disconnectEditorSignals"></a> 213 </dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a>
214 <h4>RefactoringRopePlugin.__disconnectEditorSignals</h4> 214 <h4>RefactoringRopePlugin.__disconnectEditor</h4>
215 <b>__disconnectEditorSignals</b>(<i>editor</i>) 215 <b>__disconnectEditor</b>(<i>editor</i>)
216 <p> 216 <p>
217 Private method to disconnect to some signals of an editor. 217 Private method to disconnect an editor.
218 </p><dl> 218 </p><dl>
219 <dt><i>editor</i></dt> 219 <dt><i>editor</i></dt>
220 <dd> 220 <dd>
221 reference to the editor (QScintilla.Editor) 221 reference to the editor (QScintilla.Editor)
222 </dd> 222 </dd>

eric ide

mercurial