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

changeset 129
23ee57a96ea3
parent 107
3ee7bd0bba9a
child 133
6fb6ac582a39
equal deleted inserted replaced
128:3911c0966e07 129:23ee57a96ea3
232 <td>Public method to get a list of all actions.</td> 232 <td>Public method to get a list of all actions.</td>
233 </tr><tr> 233 </tr><tr>
234 <td><a href="#Refactoring.getProject">getProject</a></td> 234 <td><a href="#Refactoring.getProject">getProject</a></td>
235 <td>Public method to get a reference to the rope project object.</td> 235 <td>Public method to get a reference to the rope project object.</td>
236 </tr><tr> 236 </tr><tr>
237 <td><a href="#Refactoring.gotoDefinition">gotoDefinition</a></td>
238 <td>Public slot to find the definition for the word at the cursor position and go to it.</td>
239 </tr><tr>
237 <td><a href="#Refactoring.handleRopeError">handleRopeError</a></td> 240 <td><a href="#Refactoring.handleRopeError">handleRopeError</a></td>
238 <td>Public slot to handle a rope error.</td> 241 <td>Public slot to handle a rope error.</td>
239 </tr><tr> 242 </tr><tr>
240 <td><a href="#Refactoring.initActions">initActions</a></td> 243 <td><a href="#Refactoring.initActions">initActions</a></td>
241 <td>Public method to define the refactoring actions.</td> 244 <td>Public method to define the refactoring actions.</td>
710 </p><dl> 713 </p><dl>
711 <dt>Returns:</dt> 714 <dt>Returns:</dt>
712 <dd> 715 <dd>
713 reference to the rope project object (RopeProject) 716 reference to the rope project object (RopeProject)
714 </dd> 717 </dd>
715 </dl><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a> 718 </dl><a NAME="Refactoring.gotoDefinition" ID="Refactoring.gotoDefinition"></a>
719 <h4>Refactoring.gotoDefinition</h4>
720 <b>gotoDefinition</b>(<i></i>)
721 <p>
722 Public slot to find the definition for the word at the cursor position
723 and go to it.
724 </p><p>
725 Note: This is executed upon a mouse click sequence.
726 </p><a NAME="Refactoring.handleRopeError" ID="Refactoring.handleRopeError"></a>
716 <h4>Refactoring.handleRopeError</h4> 727 <h4>Refactoring.handleRopeError</h4>
717 <b>handleRopeError</b>(<i>err, title, handle=None</i>) 728 <b>handleRopeError</b>(<i>err, title, handle=None</i>)
718 <p> 729 <p>
719 Public slot to handle a rope error. 730 Public slot to handle a rope error.
720 </p><dl> 731 </p><dl>

eric ide

mercurial