18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body> |
21 <body> |
22 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> |
22 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> |
|
23 |
23 <p> |
24 <p> |
24 Package implementing the rope refactoring interface module for eric6. |
25 Package implementing the rope refactoring interface module for eric6. |
25 </p><p> |
26 </p> |
|
27 <p> |
26 This package implements just the interface for the eric6 IDE. The |
28 This package implements just the interface for the eric6 IDE. The |
27 refactoring is done using the rope refactoring library |
29 refactoring is done using the rope refactoring library |
28 (<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>). |
29 </p> |
31 </p> |
30 |
32 |
31 <h3>Packages</h3> |
33 <h3>Packages</h3> |
32 <table> |
34 <table> |
|
35 |
33 <tr> |
36 <tr> |
34 <td><a href="index-Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.html">ConfigurationPage</a></td> |
37 <td><a href="index-Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.html">ConfigurationPage</a></td> |
35 <td>Package implementing the various pages of the configuration dialog.</td> |
38 <td>Package implementing the various pages of the configuration dialog.</td> |
36 </tr> |
39 </tr> |
37 </table> |
40 </table> |
38 |
41 |
39 <h3>Modules</h3> |
42 <h3>Modules</h3> |
40 <table> |
43 <table> |
|
44 |
41 <tr> |
45 <tr> |
42 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td> |
46 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td> |
43 <td>Module implementing the Add New Parameter dialog.</td> |
47 <td>Module implementing the Add New Parameter dialog.</td> |
44 </tr><tr> |
48 </tr> |
|
49 <tr> |
45 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td> |
50 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td> |
46 <td>Module implementing the Change Occurrences dialog.</td> |
51 <td>Module implementing the Change Occurrences dialog.</td> |
47 </tr><tr> |
52 </tr> |
|
53 <tr> |
48 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td> |
54 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td> |
49 <td>Module implementing the Change Signature dialog.</td> |
55 <td>Module implementing the Change Signature dialog.</td> |
50 </tr><tr> |
56 </tr> |
|
57 <tr> |
51 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td> |
58 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td> |
52 <td>Module implementing the Changes preview dialog.</td> |
59 <td>Module implementing the Changes preview dialog.</td> |
53 </tr><tr> |
60 </tr> |
|
61 <tr> |
54 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html">CodeAssistClient</a></td> |
62 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssistClient.html">CodeAssistClient</a></td> |
55 <td>Module implementing the code assist client interface to rope.</td> |
63 <td>Module implementing the code assist client interface to rope.</td> |
56 </tr><tr> |
64 </tr> |
|
65 <tr> |
57 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html">CodeAssistServer</a></td> |
66 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html">CodeAssistServer</a></td> |
58 <td>Module implementing the autocompletion interface to rope.</td> |
67 <td>Module implementing the autocompletion interface to rope.</td> |
59 </tr><tr> |
68 </tr> |
|
69 <tr> |
60 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td> |
70 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td> |
61 <td>Module implementing the Confirmation dialog.</td> |
71 <td>Module implementing the Confirmation dialog.</td> |
62 </tr><tr> |
72 </tr> |
|
73 <tr> |
63 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog.html">ErrorDialog</a></td> |
74 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ErrorDialog.html">ErrorDialog</a></td> |
64 <td>Module implementing a dialog to show an error message and optionally a traceback.</td> |
75 <td>Module implementing a dialog to show an error message and optionally a traceback.</td> |
65 </tr><tr> |
76 </tr> |
|
77 <tr> |
66 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td> |
78 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td> |
67 <td>Module implementing the Extract dialog.</td> |
79 <td>Module implementing the Extract dialog.</td> |
68 </tr><tr> |
80 </tr> |
|
81 <tr> |
69 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td> |
82 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td> |
70 <td>Module implementing file system commands for rope.</td> |
83 <td>Module implementing file system commands for rope.</td> |
71 </tr><tr> |
84 </tr> |
|
85 <tr> |
72 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td> |
86 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td> |
73 <td>Module implementing the encapsulate attribute dialog.</td> |
87 <td>Module implementing the encapsulate attribute dialog.</td> |
74 </tr><tr> |
88 </tr> |
|
89 <tr> |
75 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td> |
90 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td> |
76 <td>Module implementing a dialog to show help about rope.</td> |
91 <td>Module implementing a dialog to show help about rope.</td> |
77 </tr><tr> |
92 </tr> |
|
93 <tr> |
78 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td> |
94 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td> |
79 <td>Module implementing the History dialog.</td> |
95 <td>Module implementing the History dialog.</td> |
80 </tr><tr> |
96 </tr> |
|
97 <tr> |
81 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td> |
98 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td> |
82 <td>Module implementing the Inline Argument Default dialog.</td> |
99 <td>Module implementing the Inline Argument Default dialog.</td> |
83 </tr><tr> |
100 </tr> |
|
101 <tr> |
84 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td> |
102 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td> |
85 <td>Module implementing the Inline dialog.</td> |
103 <td>Module implementing the Inline dialog.</td> |
86 </tr><tr> |
104 </tr> |
|
105 <tr> |
87 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td> |
106 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td> |
88 <td>Module implementing the Introduce Factory dialog.</td> |
107 <td>Module implementing the Introduce Factory dialog.</td> |
89 </tr><tr> |
108 </tr> |
|
109 <tr> |
90 <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> |
91 <td>Module implementing the Introduce Parameter dialog.</td> |
111 <td>Module implementing the Introduce Parameter dialog.</td> |
92 </tr><tr> |
112 </tr> |
|
113 <tr> |
93 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonClient.html">JsonClient</a></td> |
114 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonClient.html">JsonClient</a></td> |
94 <td>Module implementing the JSON based client base class.</td> |
115 <td>Module implementing the JSON based client base class.</td> |
95 </tr><tr> |
116 </tr> |
|
117 <tr> |
96 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonServer.html">JsonServer</a></td> |
118 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonServer.html">JsonServer</a></td> |
97 <td>Module implementing the JSON based server base class.</td> |
119 <td>Module implementing the JSON based server base class.</td> |
98 </tr><tr> |
120 </tr> |
|
121 <tr> |
99 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td> |
122 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td> |
100 <td>Module implementing a dialog to show matching references/definitions.</td> |
123 <td>Module implementing a dialog to show matching references/definitions.</td> |
101 </tr><tr> |
124 </tr> |
|
125 <tr> |
102 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td> |
126 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td> |
103 <td>Module implementing the Method To Method object dialog.</td> |
127 <td>Module implementing the Method To Method object dialog.</td> |
104 </tr><tr> |
128 </tr> |
|
129 <tr> |
105 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveDialog.html">MoveDialog</a></td> |
130 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveDialog.html">MoveDialog</a></td> |
106 <td>Module implementing the Move Method or Module dialog.</td> |
131 <td>Module implementing the Move Method or Module dialog.</td> |
107 </tr><tr> |
132 </tr> |
|
133 <tr> |
108 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td> |
134 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td> |
109 <td>Module implementing a dialog base class to preview changes.</td> |
135 <td>Module implementing a dialog base class to preview changes.</td> |
110 </tr><tr> |
136 </tr> |
|
137 <tr> |
111 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td> |
138 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td> |
112 <td>Module implementing a distributed TaskHandle class with a progress dialog.</td> |
139 <td>Module implementing a distributed TaskHandle class with a progress dialog.</td> |
113 </tr><tr> |
140 </tr> |
|
141 <tr> |
114 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringClient.html">RefactoringClient</a></td> |
142 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringClient.html">RefactoringClient</a></td> |
115 <td>Module implementing the refactoring client interface to rope.</td> |
143 <td>Module implementing the refactoring client interface to rope.</td> |
116 </tr><tr> |
144 </tr> |
|
145 <tr> |
117 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td> |
146 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td> |
118 <td>Module implementing the Refactoring dialog base class.</td> |
147 <td>Module implementing the Refactoring dialog base class.</td> |
119 </tr><tr> |
148 </tr> |
|
149 <tr> |
120 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html">RefactoringServer</a></td> |
150 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html">RefactoringServer</a></td> |
121 <td>Module implementing the refactoring interface to rope.</td> |
151 <td>Module implementing the refactoring interface to rope.</td> |
122 </tr><tr> |
152 </tr> |
|
153 <tr> |
123 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td> |
154 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td> |
124 <td>Module implementing the Rename dialog.</td> |
155 <td>Module implementing the Rename dialog.</td> |
125 </tr><tr> |
156 </tr> |
|
157 <tr> |
126 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td> |
158 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td> |
127 <td>Module implementing the Restructure dialog.</td> |
159 <td>Module implementing the Restructure dialog.</td> |
128 </tr><tr> |
160 </tr> |
|
161 <tr> |
129 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog.html">RopeProgressDialog</a></td> |
162 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeProgressDialog.html">RopeProgressDialog</a></td> |
130 <td>Module implementing a TaskHandle class with a progress dialog.</td> |
163 <td>Module implementing a TaskHandle class with a progress dialog.</td> |
131 </tr><tr> |
164 </tr> |
|
165 <tr> |
132 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td> |
166 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td> |
133 <td>Module implementing the search dialog for the rope help dialog.</td> |
167 <td>Module implementing the search dialog for the rope help dialog.</td> |
134 </tr><tr> |
168 </tr> |
|
169 <tr> |
135 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> |
170 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> |
136 <td>Module implementing the Use Function dialog.</td> |
171 <td>Module implementing the Use Function dialog.</td> |
137 </tr> |
172 </tr> |
138 </table> |
173 </table> |
139 </body></html> |
174 </body></html> |