Plugin_Refactoring_Rope.RefactoringRope

Package implementing the rope refactoring interface module for eric4.

This package implements just the interface for the eric4 IDE. The refactoring is done using the rope refactoring library (http://rope.sourceforge.net).

Packages

ConfigurationPage Package implementing the various pages of the configuration dialog.

Modules

AddParameterDialog Module implementing the Add New Parameter dialog.
ChangeOccurrencesDialog Module implementing the Change Occurrences dialog.
ChangeSignatureDialog Module implementing the Change Signature dialog.
ChangesPreviewDialog Module implementing the Changes preview dialog.
CodeAssist Module implementing the autocompletion interface to rope.
ConfirmationDialog Module implementing the Confirmation dialog.
ErrorsDialog Module implementing a dialog to show errors found by the find_errors function.
ExtractDialog Module implementing the Extract dialog.
FileSystemCommands Module implementing file system commands for rope.
GetterSetterDialog Module implementing a dialog to create getter and setter method names.
HelpDialog Module implementing a dialog to show help about rope.
HistoryDialog Module implementing the History dialog.
InlineArgumentDefaultDialog Module implementing the Inline Argument Default dialog.
InlineDialog Module implementing the Inline dialog.
IntroduceFactoryDialog Module implementing the Introduce Factory dialog.
IntroduceParameterDialog Module implementing the Introduce Parameter dialog.
MatchesDialog Module implementing a dialog to show matching references/definitions.
MethodToMethodObjectDialog Module implementing the Method To Methodobject dialog.
MoveMethodDialog Module implementing the Move Method dialog.
MoveModuleDialog Module implementing the Move Module dialog.
PreviewDialogBase Module implementing a dialog base class to preview changes.
ProgressHandle Module implementing a taskhandle class with a progress dialog.
Refactoring Module implementing the refactoring interface to rope.
RefactoringDialogBase Module implementing the Refactoring dialog base class.
RenameDialog Module implementing the Rename dialog.
RestructureDialog Module implementing the Restructure dialog.
SearchDialog Module implementing the search dialog for the rope help dialog.
UseFunctionDialog Module implementing the Inline dialog.