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

branch
server_client_variant
changeset 204
b4bf79b956bc
parent 100
2bfe9e3fad8d
child 232
65d7d745543d
--- a/RefactoringRope/Documentation/source/index-Plugin_Refactoring_Rope.RefactoringRope.html	Fri Sep 29 10:23:35 2017 +0200
+++ b/RefactoringRope/Documentation/source/index-Plugin_Refactoring_Rope.RefactoringRope.html	Fri Sep 29 10:32:30 2017 +0200
@@ -51,7 +51,10 @@
 <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.CodeAssist.html">CodeAssist</a></td>
+<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>
@@ -64,7 +67,7 @@
 <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>
+<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>
@@ -84,44 +87,50 @@
 <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.JsonClient.html">JsonClient</a></td>
+<td>Module implementing the JSON based client base class.</td>
+</tr><tr>
+<td><a href="Plugin_Refactoring_Rope.RefactoringRope.JsonServer.html">JsonServer</a></td>
+<td>Module implementing the JSON based server base class.</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>
+<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 TaskHandle class with a progress dialog.</td>
+<td>Module implementing a distributed 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>
+<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.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>
+<td>Module implementing the Use Function dialog.</td>
 </tr>
 </table>
 </body></html>
\ No newline at end of file

eric ide

mercurial