diff -r 65b340b40844 -r a0fac63ef73f RefactoringRope/Documentation/source/index-Plugin_Refactoring_Rope.RefactoringRope.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/RefactoringRope/Documentation/source/index-Plugin_Refactoring_Rope.RefactoringRope.html Sun Jan 30 18:26:37 2011 +0100 @@ -0,0 +1,115 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' +'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> +<html><head> +<title>Plugin_Refactoring_Rope.RefactoringRope</title> +<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.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> \ No newline at end of file