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

changeset 17
a0fac63ef73f
child 24
e18b36080a37
equal deleted inserted replaced
16:65b340b40844 17:a0fac63ef73f
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>Plugin_Refactoring_Rope.RefactoringRope</title>
6 <style>
7 body {
8 background: #EDECE6;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #85774A; }
14 h2 { color: white; background: #85774A; }
15 h3 { color: white; background: #9D936E; }
16 h4 { color: white; background: #9D936E; }
17
18 a { color: #BA6D36; }
19
20 </style>
21 </head>
22 <body>
23 <h1>Plugin_Refactoring_Rope.RefactoringRope</h1>
24 <p>
25 Package implementing the rope refactoring interface module for eric5.
26 </p><p>
27 This package implements just the interface for the eric5 IDE. The
28 refactoring is done using the rope refactoring library
29 (<a href="http://rope.sourceforge.net">http://rope.sourceforge.net</a>).
30 </p>
31
32
33 <h3>Modules</h3>
34 <table>
35 <tr>
36 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td>
37 <td>Module implementing the Add New Parameter dialog.</td>
38 </tr><tr>
39 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td>
40 <td>Module implementing the Change Occurrences dialog.</td>
41 </tr><tr>
42 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td>
43 <td>Module implementing the Change Signature dialog.</td>
44 </tr><tr>
45 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td>
46 <td>Module implementing the Changes preview dialog.</td>
47 </tr><tr>
48 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td>
49 <td>Module implementing the Confirmation dialog.</td>
50 </tr><tr>
51 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td>
52 <td>Module implementing the Extract dialog.</td>
53 </tr><tr>
54 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td>
55 <td>Module implementing file system commands for rope.</td>
56 </tr><tr>
57 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td>
58 <td>Module implementing a dialog to create getter and setter method names.</td>
59 </tr><tr>
60 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td>
61 <td>Module implementing a dialog to show help about rope.</td>
62 </tr><tr>
63 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td>
64 <td>Module implementing the History dialog.</td>
65 </tr><tr>
66 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td>
67 <td>Module implementing the Inline Argument Default dialog.</td>
68 </tr><tr>
69 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td>
70 <td>Module implementing the Inline dialog.</td>
71 </tr><tr>
72 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td>
73 <td>Module implementing the Introduce Factory dialog.</td>
74 </tr><tr>
75 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td>
76 <td>Module implementing the Introduce Parameter dialog.</td>
77 </tr><tr>
78 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td>
79 <td>Module implementing a dialog to show matching references/definitions.</td>
80 </tr><tr>
81 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td>
82 <td>Module implementing the Method To Method object dialog.</td>
83 </tr><tr>
84 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveMethodDialog.html">MoveMethodDialog</a></td>
85 <td>Module implementing the Move Method dialog.</td>
86 </tr><tr>
87 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveModuleDialog.html">MoveModuleDialog</a></td>
88 <td>Module implementing the Move Module dialog.</td>
89 </tr><tr>
90 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td>
91 <td>Module implementing a dialog base class to preview changes.</td>
92 </tr><tr>
93 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td>
94 <td>Module implementing a TaskHandle class with a progress dialog.</td>
95 </tr><tr>
96 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html">Refactoring</a></td>
97 <td>Module implementing the refactoring interface to rope.</td>
98 </tr><tr>
99 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td>
100 <td>Module implementing the Refactoring dialog base class.</td>
101 </tr><tr>
102 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td>
103 <td>Module implementing the Rename dialog.</td>
104 </tr><tr>
105 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td>
106 <td>Module implementing the Restructure dialog.</td>
107 </tr><tr>
108 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td>
109 <td>Module implementing the search dialog for the rope help dialog.</td>
110 </tr><tr>
111 <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td>
112 <td>Module implementing the Inline dialog.</td>
113 </tr>
114 </table>
115 </body></html>

eric ide

mercurial