RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html

branch
eric7
changeset 370
9d246420f284
parent 365
f740b50380df
child 375
c61a2f18ed78
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html	Sun Jul 25 12:16:21 2021 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html	Fri Jul 30 16:38:13 2021 +0200
@@ -113,6 +113,10 @@
 <td>Private method to process the documentation sent by the client.</td>
 </tr>
 <tr>
+<td><a href="#CodeAssistServer.__processGotoReferencesResult">__processGotoReferencesResult</a></td>
+<td>Private method callback for the goto references result.</td>
+</tr>
+<tr>
 <td><a href="#CodeAssistServer.__projectClosed">__projectClosed</a></td>
 <td>Private slot to handle the projectClosed signal.</td>
 </tr>
@@ -369,6 +373,20 @@
 dictionary containing the result sent by the client
 </dd>
 </dl>
+<a NAME="CodeAssistServer.__processGotoReferencesResult" ID="CodeAssistServer.__processGotoReferencesResult"></a>
+<h4>CodeAssistServer.__processGotoReferencesResult</h4>
+<b>__processGotoReferencesResult</b>(<i>result</i>)
+
+<p>
+        Private method callback for the goto references result.
+</p>
+<dl>
+
+<dt><i>result</i> (dict)</dt>
+<dd>
+dictionary containing the result data
+</dd>
+</dl>
 <a NAME="CodeAssistServer.__projectClosed" ID="CodeAssistServer.__projectClosed"></a>
 <h4>CodeAssistServer.__projectClosed</h4>
 <b>__projectClosed</b>(<i></i>)

eric ide

mercurial