diff -r ccb5c268df65 -r d98e971d9e4c RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html --- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html Sun Sep 16 13:17:08 2018 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html Sun Oct 28 12:30:45 2018 +0100 @@ -48,7 +48,7 @@ JsonServer <h3>Class Attributes</h3> <table> -<tr><td>None</td></tr> +<tr><td>IdProject</td></tr> </table> <h3>Class Methods</h3> <table> @@ -69,6 +69,12 @@ <td><a href="#CodeAssistServer.__getConfigs">__getConfigs</a></td> <td>Private method to get the configurations of all connected clients.</td> </tr><tr> +<td><a href="#CodeAssistServer.__idString">__idString</a></td> +<td>Private method to determine the ID string for the back-end.</td> +</tr><tr> +<td><a href="#CodeAssistServer.__interpreterForProject">__interpreterForProject</a></td> +<td>Private method to determine the interpreter for the current project.</td> +</tr><tr> <td><a href="#CodeAssistServer.__processCallTipsResult">__processCallTipsResult</a></td> <td>Private method to process the calltips sent by the client.</td> </tr><tr> @@ -81,6 +87,9 @@ <td><a href="#CodeAssistServer.__processDocumentationResult">__processDocumentationResult</a></td> <td>Private method to process the documentation sent by the client.</td> </tr><tr> +<td><a href="#CodeAssistServer.__projectClosed">__projectClosed</a></td> +<td>Private slot to handle the projectClosed signal.</td> +</tr><tr> <td><a href="#CodeAssistServer.__ropeConfigFile">__ropeConfigFile</a></td> <td>Private method to get the name of the rope configuration file.</td> </tr><tr> @@ -199,7 +208,42 @@ <b>__getConfigs</b>(<i></i>) <p> Private method to get the configurations of all connected clients. -</p><a NAME="CodeAssistServer.__processCallTipsResult" ID="CodeAssistServer.__processCallTipsResult"></a> +</p><a NAME="CodeAssistServer.__idString" ID="CodeAssistServer.__idString"></a> +<h4>CodeAssistServer.__idString</h4> +<b>__idString</b>(<i>editor</i>) +<p> + Private method to determine the ID string for the back-end. +</p><dl> +<dt><i>editor</i> (QScintilla.Editor)</dt> +<dd> +reference to the editor to determine the ID string for +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +ID string +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="CodeAssistServer.__interpreterForProject" ID="CodeAssistServer.__interpreterForProject"></a> +<h4>CodeAssistServer.__interpreterForProject</h4> +<b>__interpreterForProject</b>(<i></i>) +<p> + Private method to determine the interpreter for the current project. +</p><dl> +<dt>Returns:</dt> +<dd> +interpreter of the current project +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> +</dl><a NAME="CodeAssistServer.__processCallTipsResult" ID="CodeAssistServer.__processCallTipsResult"></a> <h4>CodeAssistServer.__processCallTipsResult</h4> <b>__processCallTipsResult</b>(<i>result</i>) <p> @@ -239,7 +283,12 @@ <dd> dictionary containing the result sent by the client </dd> -</dl><a NAME="CodeAssistServer.__ropeConfigFile" ID="CodeAssistServer.__ropeConfigFile"></a> +</dl><a NAME="CodeAssistServer.__projectClosed" ID="CodeAssistServer.__projectClosed"></a> +<h4>CodeAssistServer.__projectClosed</h4> +<b>__projectClosed</b>(<i></i>) +<p> + Private slot to handle the projectClosed signal. +</p><a NAME="CodeAssistServer.__ropeConfigFile" ID="CodeAssistServer.__ropeConfigFile"></a> <h4>CodeAssistServer.__ropeConfigFile</h4> <b>__ropeConfigFile</b>(<i>idString</i>) <p>