--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html Mon Nov 12 19:03:47 2018 +0100 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html Mon Nov 12 19:05:14 2018 +0100 @@ -72,18 +72,12 @@ <td><a href="#RefactoringServer.__configChanged">__configChanged</a></td> <td>Private slot called, when the rope config file has changed.</td> </tr><tr> -<td><a href="#RefactoringServer.__connectMouseClickHandler">__connectMouseClickHandler</a></td> -<td>Private method to connect the mouse click handler to an editor.</td> -</tr><tr> <td><a href="#RefactoringServer.__convertLocalToAttribute">__convertLocalToAttribute</a></td> <td>Private slot to convert a local variable to an attribute.</td> </tr><tr> <td><a href="#RefactoringServer.__defaultConfig">__defaultConfig</a></td> <td>Private slot to return the contents of rope's default configuration.</td> </tr><tr> -<td><a href="#RefactoringServer.__disconnectMouseClickHandler">__disconnectMouseClickHandler</a></td> -<td>Private method to disconnect the mouse click handler from an editor.</td> -</tr><tr> <td><a href="#RefactoringServer.__doExtract">__doExtract</a></td> <td>Private method to perform the extract refactoring.</td> </tr><tr> @@ -243,24 +237,15 @@ <td><a href="#RefactoringServer.confirmBufferIsSaved">confirmBufferIsSaved</a></td> <td>Public method to check, if an editor has unsaved changes.</td> </tr><tr> -<td><a href="#RefactoringServer.connectEditor">connectEditor</a></td> -<td>Public method to connect an editor.</td> -</tr><tr> <td><a href="#RefactoringServer.deactivate">deactivate</a></td> <td>Public method to deactivate the refactoring server.</td> </tr><tr> -<td><a href="#RefactoringServer.disconnectEditor">disconnectEditor</a></td> -<td>Public method to disconnect an editor.</td> -</tr><tr> <td><a href="#RefactoringServer.getActions">getActions</a></td> <td>Public method to get a list of all actions.</td> </tr><tr> <td><a href="#RefactoringServer.getMainWindow">getMainWindow</a></td> <td>Public method to get a reference to the IDE main window.</td> </tr><tr> -<td><a href="#RefactoringServer.gotoDefinition">gotoDefinition</a></td> -<td>Public slot to find the definition for the word at the cursor position and go to it.</td> -</tr><tr> <td><a href="#RefactoringServer.handleCall">handleCall</a></td> <td>Public method to handle a method call from the client.</td> </tr><tr> @@ -320,17 +305,7 @@ <b>__configChanged</b>(<i></i>) <p> Private slot called, when the rope config file has changed. -</p><a NAME="RefactoringServer.__connectMouseClickHandler" ID="RefactoringServer.__connectMouseClickHandler"></a> -<h4>RefactoringServer.__connectMouseClickHandler</h4> -<b>__connectMouseClickHandler</b>(<i>editor</i>) -<p> - Private method to connect the mouse click handler to an editor. -</p><dl> -<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> -<dd> -reference to the editor -</dd> -</dl><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a> +</p><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a> <h4>RefactoringServer.__convertLocalToAttribute</h4> <b>__convertLocalToAttribute</b>(<i></i>) <p> @@ -351,16 +326,6 @@ <dd> str </dd> -</dl><a NAME="RefactoringServer.__disconnectMouseClickHandler" ID="RefactoringServer.__disconnectMouseClickHandler"></a> -<h4>RefactoringServer.__disconnectMouseClickHandler</h4> -<b>__disconnectMouseClickHandler</b>(<i>editor</i>) -<p> - Private method to disconnect the mouse click handler from an editor. -</p><dl> -<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> -<dd> -reference to the editor -</dd> </dl><a NAME="RefactoringServer.__doExtract" ID="RefactoringServer.__doExtract"></a> <h4>RefactoringServer.__doExtract</h4> <b>__doExtract</b>(<i>title, kind</i>) @@ -808,32 +773,12 @@ <dd> bool </dd> -</dl><a NAME="RefactoringServer.connectEditor" ID="RefactoringServer.connectEditor"></a> -<h4>RefactoringServer.connectEditor</h4> -<b>connectEditor</b>(<i>editor</i>) -<p> - Public method to connect an editor. -</p><dl> -<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> -<dd> -reference to the editor -</dd> </dl><a NAME="RefactoringServer.deactivate" ID="RefactoringServer.deactivate"></a> <h4>RefactoringServer.deactivate</h4> <b>deactivate</b>(<i></i>) <p> Public method to deactivate the refactoring server. -</p><a NAME="RefactoringServer.disconnectEditor" ID="RefactoringServer.disconnectEditor"></a> -<h4>RefactoringServer.disconnectEditor</h4> -<b>disconnectEditor</b>(<i>editor</i>) -<p> - Public method to disconnect an editor. -</p><dl> -<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> -<dd> -reference to the editor -</dd> -</dl><a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a> +</p><a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a> <h4>RefactoringServer.getActions</h4> <b>getActions</b>(<i></i>) <p> @@ -863,19 +808,6 @@ <dd> UserInterface </dd> -</dl><a NAME="RefactoringServer.gotoDefinition" ID="RefactoringServer.gotoDefinition"></a> -<h4>RefactoringServer.gotoDefinition</h4> -<b>gotoDefinition</b>(<i>editor</i>) -<p> - Public slot to find the definition for the word at the cursor position - and go to it. -</p><p> - Note: This is executed upon a mouse click sequence. -</p><dl> -<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> -<dd> -reference to the calling editor -</dd> </dl><a NAME="RefactoringServer.handleCall" ID="RefactoringServer.handleCall"></a> <h4>RefactoringServer.handleCall</h4> <b>handleCall</b>(<i>method, params</i>)