RefactoringRope/Documentation/source/index-Plugin_Refactoring_Rope.RefactoringRope.html

branch
eric7
changeset 365
f740b50380df
parent 321
d51e810107ec
child 375
c61a2f18ed78
equal deleted inserted replaced
364:a92b3272f4c1 365:f740b50380df
20 </head> 20 </head>
21 <body> 21 <body>
22 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> 22 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1>
23 23
24 <p> 24 <p>
25 Package implementing the rope refactoring interface module for eric6. 25 Package implementing the rope refactoring interface module for eric7.
26 </p> 26 </p>
27 <p> 27 <p>
28 This package implements just the interface for the eric6 IDE. The 28 This package implements just the interface for the eric7 IDE. The
29 refactoring is done using the rope refactoring library 29 refactoring is done using the rope refactoring library
30 (<a href="https://github.com/python-rope/rope">rope at GitHub</a>). 30 (<a href="https://github.com/python-rope/rope">rope at GitHub</a>).
31 </p> 31 </p>
32 32
33 <h3>Packages</h3> 33 <h3>Packages</h3>
109 <tr> 109 <tr>
110 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td> 110 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td>
111 <td>Module implementing the Introduce Parameter dialog.</td> 111 <td>Module implementing the Introduce Parameter dialog.</td>
112 </tr> 112 </tr>
113 <tr> 113 <tr>
114 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonClient.html">JsonClient</a></td>
115 <td>Module implementing the JSON based client base class.</td>
116 </tr>
117 <tr>
118 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonServer.html">JsonServer</a></td>
119 <td>Module implementing the JSON based server base class.</td>
120 </tr>
121 <tr>
122 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td> 114 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td>
123 <td>Module implementing a dialog to show matching references/definitions.</td> 115 <td>Module implementing a dialog to show matching references/definitions.</td>
124 </tr> 116 </tr>
125 <tr> 117 <tr>
126 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td> 118 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td>

eric ide

mercurial