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

Sun, 06 Jul 2014 14:27:51 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 06 Jul 2014 14:27:51 +0200
branch
eric5
changeset 88
e71619898d0f
parent 86
3339c75dc777
permissions
-rw-r--r--

Committed in wrong branch

<!DOCTYPE html>
<html><head>
<title>Plugin_Refactoring_Rope.RefactoringRope</title>
<meta charset="UTF-8">
<style>
body {
    background: #EDECE6;
    margin: 0em 1em 10em 1em;
    color: black;
}

h1 { color: white; background: #85774A; }
h2 { color: white; background: #85774A; }
h3 { color: white; background: #9D936E; }
h4 { color: white; background: #9D936E; }
    
a { color: #BA6D36; }

</style>
</head>
<body>
<h1>Plugin_Refactoring_Rope.RefactoringRope</h1>
<p>
Package implementing the rope refactoring interface module for eric5.
</p><p>
This package implements just the interface for the eric5 IDE. The
refactoring is done using the rope refactoring library
(<a href="http://rope.sourceforge.net">http://rope.sourceforge.net</a>).
</p>


<h3>Modules</h3>
<table>
<tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.AddParameterDialog.html">AddParameterDialog</a></td>
<td>Module implementing the Add New Parameter dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeOccurrencesDialog.html">ChangeOccurrencesDialog</a></td>
<td>Module implementing the Change Occurrences dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangeSignatureDialog.html">ChangeSignatureDialog</a></td>
<td>Module implementing the Change Signature dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ChangesPreviewDialog.html">ChangesPreviewDialog</a></td>
<td>Module implementing the Changes preview dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ConfirmationDialog.html">ConfirmationDialog</a></td>
<td>Module implementing the Confirmation dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ExtractDialog.html">ExtractDialog</a></td>
<td>Module implementing the Extract dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html">FileSystemCommands</a></td>
<td>Module implementing file system commands for rope.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.GetterSetterDialog.html">GetterSetterDialog</a></td>
<td>Module implementing a dialog to create getter and setter method names.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.HelpDialog.html">HelpDialog</a></td>
<td>Module implementing a dialog to show help about rope.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.HistoryDialog.html">HistoryDialog</a></td>
<td>Module implementing the History dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineArgumentDefaultDialog.html">InlineArgumentDefaultDialog</a></td>
<td>Module implementing the Inline Argument Default dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.InlineDialog.html">InlineDialog</a></td>
<td>Module implementing the Inline dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceFactoryDialog.html">IntroduceFactoryDialog</a></td>
<td>Module implementing the Introduce Factory dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.IntroduceParameterDialog.html">IntroduceParameterDialog</a></td>
<td>Module implementing the Introduce Parameter dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.MatchesDialog.html">MatchesDialog</a></td>
<td>Module implementing a dialog to show matching references/definitions.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.MethodToMethodObjectDialog.html">MethodToMethodObjectDialog</a></td>
<td>Module implementing the Method To Method object dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveGlobalMethodDialog.html">MoveGlobalMethodDialog</a></td>
<td>Module implementing the Move Global Method dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveMethodDialog.html">MoveMethodDialog</a></td>
<td>Module implementing the Move Method dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.MoveModuleDialog.html">MoveModuleDialog</a></td>
<td>Module implementing the Move Module dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.PreviewDialogBase.html">PreviewDialogBase</a></td>
<td>Module implementing a dialog base class to preview changes.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.ProgressHandle.html">ProgressHandle</a></td>
<td>Module implementing a TaskHandle class with a progress dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.Refactoring.html">Refactoring</a></td>
<td>Module implementing the refactoring interface to rope.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringDialogBase.html">RefactoringDialogBase</a></td>
<td>Module implementing the Refactoring dialog base class.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.RenameDialog.html">RenameDialog</a></td>
<td>Module implementing the Rename dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.RestructureDialog.html">RestructureDialog</a></td>
<td>Module implementing the Restructure dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.SearchDialog.html">SearchDialog</a></td>
<td>Module implementing the search dialog for the rope help dialog.</td>
</tr><tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td>
<td>Module implementing the Inline dialog.</td>
</tr>
</table>
</body></html>

eric ide

mercurial