RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.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.CodeAssistClient.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html	Sun Oct 08 17:56:43 2017 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html	Sun Oct 08 17:57:18 2017 +0200
@@ -60,12 +60,21 @@
 <td><a href="#CodeAssistClient.__init__">CodeAssistClient</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#CodeAssistClient.__closeProject">__closeProject</a></td>
+<td>Private slot to validate the project.</td>
+</tr><tr>
+<td><a href="#CodeAssistClient.__configChanged">__configChanged</a></td>
+<td>Private method to handle a change of the configuration file.</td>
+</tr><tr>
 <td><a href="#CodeAssistClient.__getCallTips">__getCallTips</a></td>
 <td>Private method to calculate possible calltips.</td>
 </tr><tr>
 <td><a href="#CodeAssistClient.__getCompletions">__getCompletions</a></td>
 <td>Private method to calculate possible completions.</td>
 </tr><tr>
+<td><a href="#CodeAssistClient.__getConfig">__getConfig</a></td>
+<td>Private method to send some configuration data to the server.</td>
+</tr><tr>
 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td>
 <td>Private method to process a rope error.</td>
 </tr><tr>
@@ -100,6 +109,28 @@
 <dd>
 path to the project
 </dd>
+</dl><a NAME="CodeAssistClient.__closeProject" ID="CodeAssistClient.__closeProject"></a>
+<h4>CodeAssistClient.__closeProject</h4>
+<b>__closeProject</b>(<i>params</i>)
+<p>
+        Private slot to validate the project.
+</p><dl>
+<dt><i>params</i> (dict)</dt>
+<dd>
+dictionary containing the method parameters sent by
+            the server
+</dd>
+</dl><a NAME="CodeAssistClient.__configChanged" ID="CodeAssistClient.__configChanged"></a>
+<h4>CodeAssistClient.__configChanged</h4>
+<b>__configChanged</b>(<i>params</i>)
+<p>
+        Private method to handle a change of the configuration file.
+</p><dl>
+<dt><i>params</i> (dict)</dt>
+<dd>
+dictionary containing the method parameters sent by
+            the server
+</dd>
 </dl><a NAME="CodeAssistClient.__getCallTips" ID="CodeAssistClient.__getCallTips"></a>
 <h4>CodeAssistClient.__getCallTips</h4>
 <b>__getCallTips</b>(<i>params</i>)
@@ -120,6 +151,17 @@
 <dd>
 dictionary containing the method parameters
 </dd>
+</dl><a NAME="CodeAssistClient.__getConfig" ID="CodeAssistClient.__getConfig"></a>
+<h4>CodeAssistClient.__getConfig</h4>
+<b>__getConfig</b>(<i>params</i>)
+<p>
+        Private method to send some configuration data to the server.
+</p><dl>
+<dt><i>params</i> (dict)</dt>
+<dd>
+dictionary containing the method parameters sent by
+            the server
+</dd>
 </dl><a NAME="CodeAssistClient.__handleRopeError" ID="CodeAssistClient.__handleRopeError"></a>
 <h4>CodeAssistClient.__handleRopeError</h4>
 <b>__handleRopeError</b>(<i>err</i>)

eric ide

mercurial