Sat, 27 Jun 2015 11:15:48 +0200
Added capability to go to the definition of a class or function by clicking on it (while holding the Ctrl key or another configurable modifier sequence) (needs eric 6.1.0).
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> | |
87
1fbf5fdbe721
Ported to PyQt5 and eric6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
24 | Package implementing the rope refactoring interface module for eric6. |
17 | 25 | </p><p> |
87
1fbf5fdbe721
Ported to PyQt5 and eric6.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
44
diff
changeset
|
26 | This package implements just the interface for the eric6 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 | ||
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
31 | <h3>Packages</h3> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
32 | <table> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
33 | <tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
34 | <td><a href="index-Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.html">ConfigurationPage</a></td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
35 | <td>Package implementing the various pages of the configuration dialog.</td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
36 | </tr> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
37 | </table> |
17 | 38 | |
39 | <h3>Modules</h3> | |
40 | <table> | |
41 | <tr> | |
42 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td> | |
43 | <td>Module implementing the Add New Parameter dialog.</td> | |
44 | </tr><tr> | |
45 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td> | |
46 | <td>Module implementing the Change Occurrences dialog.</td> | |
47 | </tr><tr> | |
48 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td> | |
49 | <td>Module implementing the Change Signature dialog.</td> | |
50 | </tr><tr> | |
51 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td> | |
52 | <td>Module implementing the Changes preview dialog.</td> | |
53 | </tr><tr> | |
100
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
54 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssist.html">CodeAssist</a></td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
55 | <td>Module implementing the autocompletion interface to rope.</td> |
2bfe9e3fad8d
Ported the code completion and calltips support of the eric4 variant of this plug-in.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
87
diff
changeset
|
56 | </tr><tr> |
17 | 57 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td> |
58 | <td>Module implementing the Confirmation dialog.</td> | |
59 | </tr><tr> | |
60 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td> | |
61 | <td>Module implementing the Extract dialog.</td> | |
62 | </tr><tr> | |
63 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td> | |
64 | <td>Module implementing file system commands for rope.</td> | |
65 | </tr><tr> | |
66 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td> | |
67 | <td>Module implementing a dialog to create getter and setter method names.</td> | |
68 | </tr><tr> | |
69 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td> | |
70 | <td>Module implementing a dialog to show help about rope.</td> | |
71 | </tr><tr> | |
72 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td> | |
73 | <td>Module implementing the History dialog.</td> | |
74 | </tr><tr> | |
75 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td> | |
76 | <td>Module implementing the Inline Argument Default dialog.</td> | |
77 | </tr><tr> | |
78 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td> | |
79 | <td>Module implementing the Inline dialog.</td> | |
80 | </tr><tr> | |
81 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td> | |
82 | <td>Module implementing the Introduce Factory dialog.</td> | |
83 | </tr><tr> | |
84 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td> | |
85 | <td>Module implementing the Introduce Parameter dialog.</td> | |
86 | </tr><tr> | |
87 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td> | |
88 | <td>Module implementing a dialog to show matching references/definitions.</td> | |
89 | </tr><tr> | |
90 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td> | |
91 | <td>Module implementing the Method To Method object dialog.</td> | |
92 | </tr><tr> | |
24
e18b36080a37
Updated source docu after making the code PEP-8 compliant.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
17
diff
changeset
|
93 | <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
|
94 | <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
|
95 | </tr><tr> |
17 | 96 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveMethodDialog.html">MoveMethodDialog</a></td> |
97 | <td>Module implementing the Move Method dialog.</td> | |
98 | </tr><tr> | |
99 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveModuleDialog.html">MoveModuleDialog</a></td> | |
100 | <td>Module implementing the Move Module dialog.</td> | |
101 | </tr><tr> | |
102 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td> | |
103 | <td>Module implementing a dialog base class to preview changes.</td> | |
104 | </tr><tr> | |
105 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td> | |
106 | <td>Module implementing a TaskHandle class with a progress dialog.</td> | |
107 | </tr><tr> | |
108 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html">Refactoring</a></td> | |
109 | <td>Module implementing the refactoring interface to rope.</td> | |
110 | </tr><tr> | |
111 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td> | |
112 | <td>Module implementing the Refactoring dialog base class.</td> | |
113 | </tr><tr> | |
114 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td> | |
115 | <td>Module implementing the Rename dialog.</td> | |
116 | </tr><tr> | |
117 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td> | |
118 | <td>Module implementing the Restructure dialog.</td> | |
119 | </tr><tr> | |
120 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td> | |
121 | <td>Module implementing the search dialog for the rope help dialog.</td> | |
122 | </tr><tr> | |
123 | <td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td> | |
124 | <td>Module implementing the Inline dialog.</td> | |
125 | </tr> | |
126 | </table> | |
127 | </body></html> |