diff -r 2bfe9e3fad8d -r 5098ad8960ed RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html Sat Feb 28 15:09:53 2015 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.PluginRefactoringRope.html Mon Mar 02 19:51:59 2015 +0100 @@ -81,14 +81,14 @@ <td><a href="#RefactoringRopePlugin.__completionListSelected">__completionListSelected</a></td> <td>Private slot to handle the selection from the completion list.</td> </tr><tr> -<td><a href="#RefactoringRopePlugin.__connectEditorSignals">__connectEditorSignals</a></td> -<td>Private method to connect to some signals of an editor.</td> +<td><a href="#RefactoringRopePlugin.__connectEditor">__connectEditor</a></td> +<td>Private method to connect an editor.</td> </tr><tr> <td><a href="#RefactoringRopePlugin.__determineLanguage">__determineLanguage</a></td> <td>Private method to determine the valid language strings.</td> </tr><tr> -<td><a href="#RefactoringRopePlugin.__disconnectEditorSignals">__disconnectEditorSignals</a></td> -<td>Private method to disconnect to some signals of an editor.</td> +<td><a href="#RefactoringRopePlugin.__disconnectEditor">__disconnectEditor</a></td> +<td>Private method to disconnect an editor.</td> </tr><tr> <td><a href="#RefactoringRopePlugin.__editorAboutToBeSaved">__editorAboutToBeSaved</a></td> <td>Private slot to get the old contents of the named file.</td> @@ -190,11 +190,11 @@ <dd> the selected text (QString) </dd> -</dl><a NAME="RefactoringRopePlugin.__connectEditorSignals" ID="RefactoringRopePlugin.__connectEditorSignals"></a> -<h4>RefactoringRopePlugin.__connectEditorSignals</h4> -<b>__connectEditorSignals</b>(<i>editor</i>) +</dl><a NAME="RefactoringRopePlugin.__connectEditor" ID="RefactoringRopePlugin.__connectEditor"></a> +<h4>RefactoringRopePlugin.__connectEditor</h4> +<b>__connectEditor</b>(<i>editor</i>) <p> - Private method to connect to some signals of an editor. + Private method to connect an editor. </p><dl> <dt><i>editor</i></dt> <dd> @@ -210,11 +210,11 @@ <dd> list of valid language strings (list of string) </dd> -</dl><a NAME="RefactoringRopePlugin.__disconnectEditorSignals" ID="RefactoringRopePlugin.__disconnectEditorSignals"></a> -<h4>RefactoringRopePlugin.__disconnectEditorSignals</h4> -<b>__disconnectEditorSignals</b>(<i>editor</i>) +</dl><a NAME="RefactoringRopePlugin.__disconnectEditor" ID="RefactoringRopePlugin.__disconnectEditor"></a> +<h4>RefactoringRopePlugin.__disconnectEditor</h4> +<b>__disconnectEditor</b>(<i>editor</i>) <p> - Private method to disconnect to some signals of an editor. + Private method to disconnect an editor. </p><dl> <dt><i>editor</i></dt> <dd>