4 <meta charset="UTF-8"> |
4 <meta charset="UTF-8"> |
5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> |
8 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> |
9 |
|
10 <p> |
9 <p> |
11 Package implementing the rope refactoring interface module for eric7. |
10 Package implementing the rope refactoring interface module for eric7. |
12 </p> |
11 </p> |
13 <p> |
12 <p> |
14 This package implements just the interface for the eric7 IDE. The |
13 This package implements just the interface for the eric7 IDE. The |
15 refactoring is done using the rope refactoring library |
14 refactoring is done using the rope refactoring library |
16 (<a href="https://github.com/python-rope/rope">rope at GitHub</a>). |
15 (<a href="https://github.com/python-rope/rope">rope at GitHub</a>). |
17 </p> |
16 </p> |
|
17 |
18 |
18 |
19 <h3>Packages</h3> |
19 <h3>Packages</h3> |
20 <table> |
20 <table> |
21 |
21 |
22 <tr> |
22 <tr> |
139 <tr> |
139 <tr> |
140 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog.html">RopeProgressDialog</a></td> |
140 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog.html">RopeProgressDialog</a></td> |
141 <td>Module implementing a TaskHandle class with a progress dialog.</td> |
141 <td>Module implementing a TaskHandle class with a progress dialog.</td> |
142 </tr> |
142 </tr> |
143 <tr> |
143 <tr> |
|
144 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeUtilities.html">RopeUtilities</a></td> |
|
145 <td>Module implementing some utility functions.</td> |
|
146 </tr> |
|
147 <tr> |
144 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> |
148 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> |
145 <td>Module implementing the Use Function dialog.</td> |
149 <td>Module implementing the Use Function dialog.</td> |
146 </tr> |
150 </tr> |
147 </table> |
151 </table> |
148 </body></html> |
152 </body></html> |