RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html

changeset 129
23ee57a96ea3
parent 107
3ee7bd0bba9a
child 133
6fb6ac582a39
diff -r 3911c0966e07 -r 23ee57a96ea3 RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html	Sun Jun 14 13:55:57 2015 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html	Sat Jun 27 11:15:48 2015 +0200
@@ -234,6 +234,9 @@
 <td><a href="#Refactoring.getProject">getProject</a></td>
 <td>Public method to get a reference to the rope project object.</td>
 </tr><tr>
+<td><a href="#Refactoring.gotoDefinition">gotoDefinition</a></td>
+<td>Public slot to find the definition for the word at the cursor position and go to it.</td>
+</tr><tr>
 <td><a href="#Refactoring.handleRopeError">handleRopeError</a></td>
 <td>Public slot to handle a rope error.</td>
 </tr><tr>
@@ -712,7 +715,15 @@
 <dd>
 reference to the rope project object (RopeProject)
 </dd>
-</dl><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a>
+</dl><a NAME="Refactoring.gotoDefinition" ID="Refactoring.gotoDefinition"></a>
+<h4>Refactoring.gotoDefinition</h4>
+<b>gotoDefinition</b>(<i></i>)
+<p>
+        Public slot to find the definition for the word at the cursor position
+        and go to it.
+</p><p>
+        Note: This is executed upon a mouse click sequence.
+</p><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a>
 <h4>Refactoring.handleRopeError</h4>
 <b>handleRopeError</b>(<i>err, title, handle=None</i>)
 <p>

eric ide

mercurial