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

changeset 133
6fb6ac582a39
parent 129
23ee57a96ea3
equal deleted inserted replaced
132:5384651b27c7 133:6fb6ac582a39
715 <dd> 715 <dd>
716 reference to the rope project object (RopeProject) 716 reference to the rope project object (RopeProject)
717 </dd> 717 </dd>
718 </dl><a NAME="Refactoring.gotoDefinition" ID="Refactoring.gotoDefinition"></a> 718 </dl><a NAME="Refactoring.gotoDefinition" ID="Refactoring.gotoDefinition"></a>
719 <h4>Refactoring.gotoDefinition</h4> 719 <h4>Refactoring.gotoDefinition</h4>
720 <b>gotoDefinition</b>(<i></i>) 720 <b>gotoDefinition</b>(<i>editor</i>)
721 <p> 721 <p>
722 Public slot to find the definition for the word at the cursor position 722 Public slot to find the definition for the word at the cursor position
723 and go to it. 723 and go to it.
724 </p><p> 724 </p><p>
725 Note: This is executed upon a mouse click sequence. 725 Note: This is executed upon a mouse click sequence.
726 </p><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a> 726 </p><dl>
727 <dt><i>editor</i></dt>
728 <dd>
729 reference to the calling editor (Editor)
730 </dd>
731 </dl><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a>
727 <h4>Refactoring.handleRopeError</h4> 732 <h4>Refactoring.handleRopeError</h4>
728 <b>handleRopeError</b>(<i>err, title, handle=None</i>) 733 <b>handleRopeError</b>(<i>err, title, handle=None</i>)
729 <p> 734 <p>
730 Public slot to handle a rope error. 735 Public slot to handle a rope error.
731 </p><dl> 736 </p><dl>

eric ide

mercurial