RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html

changeset 295
8318a6881e63
parent 283
d98e971d9e4c
child 321
d51e810107ec
diff -r 78e4a6823a98 -r 8318a6881e63 RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html	Mon Nov 12 19:03:47 2018 +0100
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html	Mon Nov 12 19:05:14 2018 +0100
@@ -48,7 +48,7 @@
 JsonClient
 <h3>Class Attributes</h3>
 <table>
-<tr><td>PictureIDs</td></tr>
+<tr><td>IdProject</td></tr>
 </table>
 <h3>Class Methods</h3>
 <table>
@@ -81,6 +81,9 @@
 <td><a href="#CodeAssistClient.__getObjectTypeAndName">__getObjectTypeAndName</a></td>
 <td>Private method to determine an object type and name for the given location.</td>
 </tr><tr>
+<td><a href="#CodeAssistClient.__gotoDefinition">__gotoDefinition</a></td>
+<td>Private method to handle the Goto Definition action.</td>
+</tr><tr>
 <td><a href="#CodeAssistClient.__handleRopeError">__handleRopeError</a></td>
 <td>Private method to process a rope error.</td>
 </tr><tr>
@@ -214,6 +217,17 @@
 <dd>
 tuple of (str, str)
 </dd>
+</dl><a NAME="CodeAssistClient.__gotoDefinition" ID="CodeAssistClient.__gotoDefinition"></a>
+<h4>CodeAssistClient.__gotoDefinition</h4>
+<b>__gotoDefinition</b>(<i>params</i>)
+<p>
+        Private method to handle the Goto Definition action.
+</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