Sun, 06 Jul 2014 14:27:51 +0200
Committed in wrong branch
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
1 | <!DOCTYPE html> |
17 | 2 | <html><head> |
3 | <title>Plugin_Refactoring_Rope.RefactoringRope</title> | |
44
8aa985c8dee5
Fixed an issue causing failures for files with Windows end-of-line indicators.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
24
diff
changeset
|
4 | <meta charset="UTF-8"> |
17 | 5 | <style> |
6 | body { | |
7 | background: #EDECE6; | |
8 | margin: 0em 1em 10em 1em; | |
9 | color: black; | |
10 | } | |
11 | ||
12 | h1 { color: white; background: #85774A; } | |
13 | h2 { color: white; background: #85774A; } | |
14 | h3 { color: white; background: #9D936E; } | |
15 | h4 { color: white; background: #9D936E; } | |
16 | ||
17 | a { color: #BA6D36; } | |
18 | ||
19 | </style> | |
20 | </head> | |
21 | <body> | |
22 | <h1>Plugin_Refactoring_Rope.RefactoringRope</h1> | |
23 | <p> | |
88
e71619898d0f
Committed in wrong branch
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
86
diff
changeset
|
24 | Package implementing the rope refactoring interface module for eric5. |
17 | 25 | </p><p> |
88
e71619898d0f
Committed in wrong branch
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
86
diff
changeset
|
26 | This package implements just the interface for the eric5 IDE. The |
17 | 27 | refactoring is done using the rope refactoring library |
28 | (<a href="http://rope.sourceforge.net">http://rope.sourceforge.net</a>). | |
29 | </p> | |
30 | ||
31 | ||
32 | <h3>Modules</h3> | |
33 | <table> | |
34 | <tr> | |
35 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td> | |
36 | <td>Module implementing the Add New Parameter dialog.</td> | |
37 | </tr><tr> | |
38 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td> | |
39 | <td>Module implementing the Change Occurrences dialog.</td> | |
40 | </tr><tr> | |
41 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td> | |
42 | <td>Module implementing the Change Signature dialog.</td> | |
43 | </tr><tr> | |
44 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td> | |
45 | <td>Module implementing the Changes preview dialog.</td> | |
46 | </tr><tr> | |
47 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td> | |
48 | <td>Module implementing the Confirmation dialog.</td> | |
49 | </tr><tr> | |
50 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td> | |
51 | <td>Module implementing the Extract dialog.</td> | |
52 | </tr><tr> | |
53 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td> | |
54 | <td>Module implementing file system commands for rope.</td> | |
55 | </tr><tr> | |
56 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td> | |
57 | <td>Module implementing a dialog to create getter and setter method names.</td> | |
58 | </tr><tr> | |
59 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td> | |
60 | <td>Module implementing a dialog to show help about rope.</td> | |
61 | </tr><tr> | |
62 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td> | |
63 | <td>Module implementing the History dialog.</td> | |
64 | </tr><tr> | |
65 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td> | |
66 | <td>Module implementing the Inline Argument Default dialog.</td> | |
67 | </tr><tr> | |
68 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td> | |
69 | <td>Module implementing the Inline dialog.</td> | |
70 | </tr><tr> | |
71 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td> | |
72 | <td>Module implementing the Introduce Factory dialog.</td> | |
73 | </tr><tr> | |
74 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td> | |
75 | <td>Module implementing the Introduce Parameter dialog.</td> | |
76 | </tr><tr> | |
77 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td> | |
78 | <td>Module implementing a dialog to show matching references/definitions.</td> | |
79 | </tr><tr> | |
80 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td> | |
81 | <td>Module implementing the Method To Method object dialog.</td> | |
82 | </tr><tr> | |
24
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
83 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveGlobalMethodDialog.html">MoveGlobalMethodDialog</a></td> |
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
84 | <td>Module implementing the Move Global Method dialog.</td> |
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
85 | </tr><tr> |
17 | 86 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveMethodDialog.html">MoveMethodDialog</a></td> |
87 | <td>Module implementing the Move Method dialog.</td> | |
88 | </tr><tr> | |
89 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveModuleDialog.html">MoveModuleDialog</a></td> | |
90 | <td>Module implementing the Move Module dialog.</td> | |
91 | </tr><tr> | |
92 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td> | |
93 | <td>Module implementing a dialog base class to preview changes.</td> | |
94 | </tr><tr> | |
95 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td> | |
96 | <td>Module implementing a TaskHandle class with a progress dialog.</td> | |
97 | </tr><tr> | |
98 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html">Refactoring</a></td> | |
99 | <td>Module implementing the refactoring interface to rope.</td> | |
100 | </tr><tr> | |
101 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td> | |
102 | <td>Module implementing the Refactoring dialog base class.</td> | |
103 | </tr><tr> | |
104 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td> | |
105 | <td>Module implementing the Rename dialog.</td> | |
106 | </tr><tr> | |
107 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td> | |
108 | <td>Module implementing the Restructure dialog.</td> | |
109 | </tr><tr> | |
110 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td> | |
111 | <td>Module implementing the search dialog for the rope help dialog.</td> | |
112 | </tr><tr> | |
113 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> | |
114 | <td>Module implementing the Inline dialog.</td> | |
115 | </tr> | |
116 | </table> | |
117 | </body></html> |