RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html

branch
server_client_variant
changeset 214
ccc3918ac38c
parent 204
b4bf79b956bc
child 217
874115c79ca7
diff -r 2547dd1627b3 -r ccc3918ac38c RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html	Sun Oct 08 17:56:43 2017 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html	Sun Oct 08 17:57:18 2017 +0200
@@ -72,12 +72,18 @@
 <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>
@@ -237,9 +243,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>
@@ -308,7 +320,17 @@
 <b>__configChanged</b>(<i></i>)
 <p>
         Private slot called, when the rope config file has changed.
-</p><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a>
+</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)</dt>
+<dd>
+reference to the editor
+</dd>
+</dl><a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a>
 <h4>RefactoringServer.__convertLocalToAttribute</h4>
 <b>__convertLocalToAttribute</b>(<i></i>)
 <p>
@@ -329,6 +351,16 @@
 <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)</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>)
@@ -772,12 +804,32 @@
 <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)</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.getActions" ID="RefactoringServer.getActions"></a>
+</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)</dt>
+<dd>
+reference to the editor
+</dd>
+</dl><a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a>
 <h4>RefactoringServer.getActions</h4>
 <b>getActions</b>(<i></i>)
 <p>

eric ide

mercurial