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

Tue, 10 Dec 2024 15:49:01 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Tue, 10 Dec 2024 15:49:01 +0100
branch
eric7
changeset 426
7592a1c052e8
parent 416
45159308166f
permissions
-rw-r--r--

Updated copyright for 2025.

<!DOCTYPE html>
<html><head>
<title>Plugin_Refactoring_Rope.RefactoringRope</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Plugin_Refactoring_Rope.RefactoringRope</h1>
<p>
Package implementing the rope refactoring interface module for eric7.
</p>
<p>
This package implements just the interface for the eric7 IDE. The
refactoring is done using the rope refactoring library
(<a href="https://github.com/python-rope/rope">rope at GitHub</a>).
</p>


<h3>Packages</h3>
<table>

<tr>
<td><a href="index-Plugin_Refactoring_Rope.RefactoringRope.ConfigurationPage.html">ConfigurationPage</a></td>
<td>Package implementing the various pages of the configuration dialog.</td>
</tr>
</table>

<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.CodeAssistClient.html">CodeAssistClient</a></td>
<td>Module implementing the code assist client interface to rope.</td>
</tr>
<tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.CodeAssistServer.html">CodeAssistServer</a></td>
<td>Module implementing the autocompletion interface to rope.</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.ErrorDialog.html">ErrorDialog</a></td>
<td>Module implementing a dialog to show an error message and optionally a traceback.</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 the encapsulate attribute dialog.</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.MoveDialog.html">MoveDialog</a></td>
<td>Module implementing the Move Method or 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 distributed TaskHandle class with a progress dialog.</td>
</tr>
<tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.RefactoringClient.html">RefactoringClient</a></td>
<td>Module implementing the refactoring client 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.RefactoringServer.html">RefactoringServer</a></td>
<td>Module implementing the refactoring interface to rope.</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.RopeProgressDialog.html">RopeProgressDialog</a></td>
<td>Module implementing a TaskHandle class with a progress dialog.</td>
</tr>
<tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.RopeUtilities.html">RopeUtilities</a></td>
<td>Module implementing some utility functions.</td>
</tr>
<tr>
<td><a href="Plugin_Refactoring_Rope.RefactoringRope.UseFunctionDialog.html">UseFunctionDialog</a></td>
<td>Module implementing the Use Function dialog.</td>
</tr>
</table>
</body></html>

eric ide

mercurial