RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html

branch
eric7
changeset 416
45159308166f
parent 394
b34f5dd3db27
diff -r 78af27bb8201 -r 45159308166f RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html	Wed Jan 03 16:44:06 2024 +0100
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer.html	Sun Oct 13 15:49:43 2024 +0200
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>Plugin_Refactoring_Rope.RefactoringRope.RefactoringServer</h1>
-
 <p>
 Module implementing the refactoring interface to rope.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#RefactoringServer">RefactoringServer</a></td>
 <td>Class implementing the refactoring interface to rope.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="RefactoringServer" ID="RefactoringServer"></a>
 <h2>RefactoringServer</h2>
-
 <p>
     Class implementing the refactoring interface to rope.
 </p>
+
 <h3>Derived from</h3>
 EricJsonServer
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#RefactoringServer.__init__">RefactoringServer</a></td>
 <td>Constructor</td>
@@ -335,19 +332,20 @@
 <td>Public slot to report some changed sources.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="RefactoringServer.__init__" ID="RefactoringServer.__init__"></a>
 <h4>RefactoringServer (Constructor)</h4>
 <b>RefactoringServer</b>(<i>plugin, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>plugin</i> (RefactoringRopePlugin)</dt>
@@ -362,45 +360,45 @@
 <a NAME="RefactoringServer.__changeOccurrences" ID="RefactoringServer.__changeOccurrences"></a>
 <h4>RefactoringServer.__changeOccurrences</h4>
 <b>__changeOccurrences</b>(<i></i>)
-
 <p>
         Private slot to perform the Change Occurrences refactoring.
 </p>
+
 <a NAME="RefactoringServer.__changeSignature" ID="RefactoringServer.__changeSignature"></a>
 <h4>RefactoringServer.__changeSignature</h4>
 <b>__changeSignature</b>(<i></i>)
-
 <p>
         Private slot to change the signature of a method or function.
 </p>
+
 <a NAME="RefactoringServer.__clearHistory" ID="RefactoringServer.__clearHistory"></a>
 <h4>RefactoringServer.__clearHistory</h4>
 <b>__clearHistory</b>(<i></i>)
-
 <p>
         Private slot to clear the redo and undo lists.
 </p>
+
 <a NAME="RefactoringServer.__configChanged" ID="RefactoringServer.__configChanged"></a>
 <h4>RefactoringServer.__configChanged</h4>
 <b>__configChanged</b>(<i></i>)
-
 <p>
         Private slot called, when the rope config file has changed.
 </p>
+
 <a NAME="RefactoringServer.__convertLocalToAttribute" ID="RefactoringServer.__convertLocalToAttribute"></a>
 <h4>RefactoringServer.__convertLocalToAttribute</h4>
 <b>__convertLocalToAttribute</b>(<i></i>)
-
 <p>
         Private slot to convert a local variable to an attribute.
 </p>
+
 <a NAME="RefactoringServer.__defaultConfig" ID="RefactoringServer.__defaultConfig"></a>
 <h4>RefactoringServer.__defaultConfig</h4>
 <b>__defaultConfig</b>(<i></i>)
-
 <p>
         Private slot to return the contents of rope's default configuration.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -417,10 +415,10 @@
 <a NAME="RefactoringServer.__doExtract" ID="RefactoringServer.__doExtract"></a>
 <h4>RefactoringServer.__doExtract</h4>
 <b>__doExtract</b>(<i>title, kind</i>)
-
 <p>
         Private method to perform the extract refactoring.
 </p>
+
 <dl>
 
 <dt><i>title</i> (str)</dt>
@@ -435,10 +433,10 @@
 <a NAME="RefactoringServer.__doImports" ID="RefactoringServer.__doImports"></a>
 <h4>RefactoringServer.__doImports</h4>
 <b>__doImports</b>(<i>title, methodName</i>)
-
 <p>
         Private method to perform the various imports refactorings.
 </p>
+
 <dl>
 
 <dt><i>title</i> (str)</dt>
@@ -453,10 +451,10 @@
 <a NAME="RefactoringServer.__doRename" ID="RefactoringServer.__doRename"></a>
 <h4>RefactoringServer.__doRename</h4>
 <b>__doRename</b>(<i>title, isLocal=False, renameModule=False</i>)
-
 <p>
         Private method to perform the various renaming refactorings.
 </p>
+
 <dl>
 
 <dt><i>title</i> (str)</dt>
@@ -476,35 +474,34 @@
 <a NAME="RefactoringServer.__editConfig" ID="RefactoringServer.__editConfig"></a>
 <h4>RefactoringServer.__editConfig</h4>
 <b>__editConfig</b>(<i></i>)
-
 <p>
         Private slot to open the rope configuration file in an editor.
 </p>
+
 <a NAME="RefactoringServer.__encapsulateAttribute" ID="RefactoringServer.__encapsulateAttribute"></a>
 <h4>RefactoringServer.__encapsulateAttribute</h4>
 <b>__encapsulateAttribute</b>(<i></i>)
-
 <p>
         Private slot to encapsulate an attribute.
 </p>
+
 <a NAME="RefactoringServer.__extractLocalVariable" ID="RefactoringServer.__extractLocalVariable"></a>
 <h4>RefactoringServer.__extractLocalVariable</h4>
 <b>__extractLocalVariable</b>(<i></i>)
-
 <p>
         Private slot to handle the Extract Local Variable action.
 </p>
+
 <a NAME="RefactoringServer.__extractMethod" ID="RefactoringServer.__extractMethod"></a>
 <h4>RefactoringServer.__extractMethod</h4>
 <b>__extractMethod</b>(<i></i>)
-
 <p>
         Private slot to handle the Extract Method action.
 </p>
+
 <a NAME="RefactoringServer.__getOffset" ID="RefactoringServer.__getOffset"></a>
 <h4>RefactoringServer.__getOffset</h4>
 <b>__getOffset</b>(<i>editor, line, index</i>)
-
 <p>
         Private method to get the offset into the text treating CRLF as ONE
         character.
@@ -512,6 +509,7 @@
 <p>
         Note: rope seems to convert all EOL styles to just \n.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -542,59 +540,59 @@
 <a NAME="RefactoringServer.__historyDialogClosed" ID="RefactoringServer.__historyDialogClosed"></a>
 <h4>RefactoringServer.__historyDialogClosed</h4>
 <b>__historyDialogClosed</b>(<i></i>)
-
 <p>
         Private slot handling the closing of the history dialog.
 </p>
+
 <a NAME="RefactoringServer.__importsExpandStar" ID="RefactoringServer.__importsExpandStar"></a>
 <h4>RefactoringServer.__importsExpandStar</h4>
 <b>__importsExpandStar</b>(<i></i>)
-
 <p>
         Private slot to expand star imports.
 </p>
+
 <a NAME="RefactoringServer.__importsFromToImport" ID="RefactoringServer.__importsFromToImport"></a>
 <h4>RefactoringServer.__importsFromToImport</h4>
 <b>__importsFromToImport</b>(<i></i>)
-
 <p>
         Private slot to transform from imports to plain imports.
 </p>
+
 <a NAME="RefactoringServer.__importsHandleLong" ID="RefactoringServer.__importsHandleLong"></a>
 <h4>RefactoringServer.__importsHandleLong</h4>
 <b>__importsHandleLong</b>(<i></i>)
-
 <p>
         Private slot to handle long imports.
 </p>
+
 <a NAME="RefactoringServer.__importsOrganize" ID="RefactoringServer.__importsOrganize"></a>
 <h4>RefactoringServer.__importsOrganize</h4>
 <b>__importsOrganize</b>(<i></i>)
-
 <p>
         Private slot to organize imports.
 </p>
+
 <a NAME="RefactoringServer.__importsRelativeToAbsolute" ID="RefactoringServer.__importsRelativeToAbsolute"></a>
 <h4>RefactoringServer.__importsRelativeToAbsolute</h4>
 <b>__importsRelativeToAbsolute</b>(<i></i>)
-
 <p>
         Private slot to transform relative to absolute imports.
 </p>
+
 <a NAME="RefactoringServer.__initActions" ID="RefactoringServer.__initActions"></a>
 <h4>RefactoringServer.__initActions</h4>
 <b>__initActions</b>(<i></i>)
-
 <p>
         Private method to define the refactoring actions.
 </p>
+
 <a NAME="RefactoringServer.__initMenu" ID="RefactoringServer.__initMenu"></a>
 <h4>RefactoringServer.__initMenu</h4>
 <b>__initMenu</b>(<i></i>)
-
 <p>
         Private slot to initialize the refactoring menu.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -610,46 +608,46 @@
 <a NAME="RefactoringServer.__inline" ID="RefactoringServer.__inline"></a>
 <h4>RefactoringServer.__inline</h4>
 <b>__inline</b>(<i></i>)
-
 <p>
         Private slot to handle the Inline Local Variable action.
 </p>
+
 <a NAME="RefactoringServer.__inlineArgumentDefault" ID="RefactoringServer.__inlineArgumentDefault"></a>
 <h4>RefactoringServer.__inlineArgumentDefault</h4>
 <b>__inlineArgumentDefault</b>(<i></i>)
-
 <p>
         Private slot to inline the default value of a parameter of a
         method or function.
 </p>
+
 <a NAME="RefactoringServer.__introduceFactoryMethod" ID="RefactoringServer.__introduceFactoryMethod"></a>
 <h4>RefactoringServer.__introduceFactoryMethod</h4>
 <b>__introduceFactoryMethod</b>(<i></i>)
-
 <p>
         Private slot to introduce a factory method or global function.
 </p>
+
 <a NAME="RefactoringServer.__introduceParameter" ID="RefactoringServer.__introduceParameter"></a>
 <h4>RefactoringServer.__introduceParameter</h4>
 <b>__introduceParameter</b>(<i></i>)
-
 <p>
         Private slot to introduce a parameter in a function.
 </p>
+
 <a NAME="RefactoringServer.__methodToMethodObject" ID="RefactoringServer.__methodToMethodObject"></a>
 <h4>RefactoringServer.__methodToMethodObject</h4>
 <b>__methodToMethodObject</b>(<i></i>)
-
 <p>
         Private slot to change the signature of a method or function.
 </p>
+
 <a NAME="RefactoringServer.__move" ID="RefactoringServer.__move"></a>
 <h4>RefactoringServer.__move</h4>
 <b>__move</b>(<i>moveKind</i>)
-
 <p>
         Private slot to handle the Move Method action.
 </p>
+
 <dl>
 
 <dt><i>moveKind</i> (str (one of 'move_method' or 'move_module'))</dt>
@@ -660,18 +658,18 @@
 <a NAME="RefactoringServer.__performSOA" ID="RefactoringServer.__performSOA"></a>
 <h4>RefactoringServer.__performSOA</h4>
 <b>__performSOA</b>(<i></i>)
-
 <p>
         Private slot to perform SOA on all modules.
 </p>
+
 <a NAME="RefactoringServer.__processChanges" ID="RefactoringServer.__processChanges"></a>
 <h4>RefactoringServer.__processChanges</h4>
 <b>__processChanges</b>(<i>result</i>)
-
 <p>
         Private method to process the changes data sent by the refactoring
         client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -682,10 +680,10 @@
 <a NAME="RefactoringServer.__processClientException" ID="RefactoringServer.__processClientException"></a>
 <h4>RefactoringServer.__processClientException</h4>
 <b>__processClientException</b>(<i>params</i>)
-
 <p>
         Private method to handle exceptions of the refactoring client.
 </p>
+
 <dl>
 
 <dt><i>params</i> (dict)</dt>
@@ -696,11 +694,11 @@
 <a NAME="RefactoringServer.__processHistoryResult" ID="RefactoringServer.__processHistoryResult"></a>
 <h4>RefactoringServer.__processHistoryResult</h4>
 <b>__processHistoryResult</b>(<i>result</i>)
-
 <p>
         Private method to process the history data sent by the refactoring
         client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -711,10 +709,10 @@
 <a NAME="RefactoringServer.__processProgress" ID="RefactoringServer.__processProgress"></a>
 <h4>RefactoringServer.__processProgress</h4>
 <b>__processProgress</b>(<i>params</i>)
-
 <p>
         Private method to handle Progress commands.
 </p>
+
 <dl>
 
 <dt><i>params</i> (dict)</dt>
@@ -725,18 +723,18 @@
 <a NAME="RefactoringServer.__queryDefinition" ID="RefactoringServer.__queryDefinition"></a>
 <h4>RefactoringServer.__queryDefinition</h4>
 <b>__queryDefinition</b>(<i></i>)
-
 <p>
         Private slot to handle the Find Definition action.
 </p>
+
 <a NAME="RefactoringServer.__queryDefinitionResult" ID="RefactoringServer.__queryDefinitionResult"></a>
 <h4>RefactoringServer.__queryDefinitionResult</h4>
 <b>__queryDefinitionResult</b>(<i>result</i>)
-
 <p>
         Private method to handle the "Query Definition" result sent by
         the client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -747,18 +745,18 @@
 <a NAME="RefactoringServer.__queryImplementations" ID="RefactoringServer.__queryImplementations"></a>
 <h4>RefactoringServer.__queryImplementations</h4>
 <b>__queryImplementations</b>(<i></i>)
-
 <p>
         Private slot to handle the Find Implementations action.
 </p>
+
 <a NAME="RefactoringServer.__queryImplementationsResult" ID="RefactoringServer.__queryImplementationsResult"></a>
 <h4>RefactoringServer.__queryImplementationsResult</h4>
 <b>__queryImplementationsResult</b>(<i>result</i>)
-
 <p>
         Private method to handle the "Query Implementations" result sent by
         the client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -769,18 +767,18 @@
 <a NAME="RefactoringServer.__queryReferences" ID="RefactoringServer.__queryReferences"></a>
 <h4>RefactoringServer.__queryReferences</h4>
 <b>__queryReferences</b>(<i></i>)
-
 <p>
         Private slot to handle the Find References action.
 </p>
+
 <a NAME="RefactoringServer.__queryReferencesResult" ID="RefactoringServer.__queryReferencesResult"></a>
 <h4>RefactoringServer.__queryReferencesResult</h4>
 <b>__queryReferencesResult</b>(<i>result</i>)
-
 <p>
         Private method to handle the "Query References" result sent by
         the client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -791,10 +789,10 @@
 <a NAME="RefactoringServer.__refactoringDialogClosed" ID="RefactoringServer.__refactoringDialogClosed"></a>
 <h4>RefactoringServer.__refactoringDialogClosed</h4>
 <b>__refactoringDialogClosed</b>(<i>changeGroup</i>)
-
 <p>
         Private slot handling the closing of a refactoring dialog.
 </p>
+
 <dl>
 
 <dt><i>changeGroup</i> (str)</dt>
@@ -806,38 +804,38 @@
 <a NAME="RefactoringServer.__rename" ID="RefactoringServer.__rename"></a>
 <h4>RefactoringServer.__rename</h4>
 <b>__rename</b>(<i></i>)
-
 <p>
         Private slot to handle the Rename action.
 </p>
+
 <a NAME="RefactoringServer.__renameLocal" ID="RefactoringServer.__renameLocal"></a>
 <h4>RefactoringServer.__renameLocal</h4>
 <b>__renameLocal</b>(<i></i>)
-
 <p>
         Private slot to handle the Local Rename action.
 </p>
+
 <a NAME="RefactoringServer.__renameModule" ID="RefactoringServer.__renameModule"></a>
 <h4>RefactoringServer.__renameModule</h4>
 <b>__renameModule</b>(<i></i>)
-
 <p>
         Private slot to handle the Rename Current Module action.
 </p>
+
 <a NAME="RefactoringServer.__restructure" ID="RefactoringServer.__restructure"></a>
 <h4>RefactoringServer.__restructure</h4>
 <b>__restructure</b>(<i></i>)
-
 <p>
         Private slot to restructure code.
 </p>
+
 <a NAME="RefactoringServer.__ropeConfigFile" ID="RefactoringServer.__ropeConfigFile"></a>
 <h4>RefactoringServer.__ropeConfigFile</h4>
 <b>__ropeConfigFile</b>(<i>writing=False</i>)
-
 <p>
         Private method to get the name of the rope configuration file.
 </p>
+
 <dl>
 
 <dt><i>writing</i> (bool (optional))</dt>
@@ -860,17 +858,17 @@
 <a NAME="RefactoringServer.__ropeInfo" ID="RefactoringServer.__ropeInfo"></a>
 <h4>RefactoringServer.__ropeInfo</h4>
 <b>__ropeInfo</b>(<i></i>)
-
 <p>
         Private slot to show some info about rope.
 </p>
+
 <a NAME="RefactoringServer.__setConfig" ID="RefactoringServer.__setConfig"></a>
 <h4>RefactoringServer.__setConfig</h4>
 <b>__setConfig</b>(<i>params</i>)
-
 <p>
         Private method to set the rope client configuration data.
 </p>
+
 <dl>
 
 <dt><i>params</i> (dict)</dt>
@@ -881,39 +879,39 @@
 <a NAME="RefactoringServer.__showFileHistory" ID="RefactoringServer.__showFileHistory"></a>
 <h4>RefactoringServer.__showFileHistory</h4>
 <b>__showFileHistory</b>(<i></i>)
-
 <p>
         Private method to show the refactoring history of the current file.
 </p>
+
 <a NAME="RefactoringServer.__showProjectHistory" ID="RefactoringServer.__showProjectHistory"></a>
 <h4>RefactoringServer.__showProjectHistory</h4>
 <b>__showProjectHistory</b>(<i></i>)
-
 <p>
         Private method to show the project refactoring history.
 </p>
+
 <a NAME="RefactoringServer.__showRefactoringHistoryMenu" ID="RefactoringServer.__showRefactoringHistoryMenu"></a>
 <h4>RefactoringServer.__showRefactoringHistoryMenu</h4>
 <b>__showRefactoringHistoryMenu</b>(<i></i>)
-
 <p>
         Private slot called before the refactoring history menu is shown.
 </p>
+
 <a NAME="RefactoringServer.__showRopeHelp" ID="RefactoringServer.__showRopeHelp"></a>
 <h4>RefactoringServer.__showRopeHelp</h4>
 <b>__showRopeHelp</b>(<i></i>)
-
 <p>
         Private slot to show help about the refactorings offered by Rope.
 </p>
+
 <a NAME="RefactoringServer.__soaFinished" ID="RefactoringServer.__soaFinished"></a>
 <h4>RefactoringServer.__soaFinished</h4>
 <b>__soaFinished</b>(<i>result</i>)
-
 <p>
         Private method to handle the "Soa Finished" result sent by
         the client.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -924,10 +922,10 @@
 <a NAME="RefactoringServer.__startRefactoringClient" ID="RefactoringServer.__startRefactoringClient"></a>
 <h4>RefactoringServer.__startRefactoringClient</h4>
 <b>__startRefactoringClient</b>(<i>interpreter, clientEnv</i>)
-
 <p>
         Private method to start the refactoring client.
 </p>
+
 <dl>
 
 <dt><i>interpreter</i> (str)</dt>
@@ -955,41 +953,41 @@
 <a NAME="RefactoringServer.__transformModuleToPackage" ID="RefactoringServer.__transformModuleToPackage"></a>
 <h4>RefactoringServer.__transformModuleToPackage</h4>
 <b>__transformModuleToPackage</b>(<i></i>)
-
 <p>
         Private slot to transform a module to a package.
 </p>
+
 <a NAME="RefactoringServer.__updateConfig" ID="RefactoringServer.__updateConfig"></a>
 <h4>RefactoringServer.__updateConfig</h4>
 <b>__updateConfig</b>(<i></i>)
-
 <p>
         Private slot to update the configuration file.
 </p>
+
 <a NAME="RefactoringServer.__useFunction" ID="RefactoringServer.__useFunction"></a>
 <h4>RefactoringServer.__useFunction</h4>
 <b>__useFunction</b>(<i></i>)
-
 <p>
         Private slot to use a function wherever possible.
 </p>
+
 <a NAME="RefactoringServer.activate" ID="RefactoringServer.activate"></a>
 <h4>RefactoringServer.activate</h4>
 <b>activate</b>(<i></i>)
-
 <p>
         Public method to activate the refactoring server.
 </p>
 <p>
         This is performed when the rope plug-in is activated.
 </p>
+
 <a NAME="RefactoringServer.confirmAllBuffersSaved" ID="RefactoringServer.confirmAllBuffersSaved"></a>
 <h4>RefactoringServer.confirmAllBuffersSaved</h4>
 <b>confirmAllBuffersSaved</b>(<i></i>)
-
 <p>
         Public method to check, if any editor has unsaved changes.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1005,10 +1003,10 @@
 <a NAME="RefactoringServer.confirmBufferIsSaved" ID="RefactoringServer.confirmBufferIsSaved"></a>
 <h4>RefactoringServer.confirmBufferIsSaved</h4>
 <b>confirmBufferIsSaved</b>(<i>editor</i>)
-
 <p>
         Public method to check, if an editor has unsaved changes.
 </p>
+
 <dl>
 
 <dt><i>editor</i> (Editor)</dt>
@@ -1032,17 +1030,17 @@
 <a NAME="RefactoringServer.deactivate" ID="RefactoringServer.deactivate"></a>
 <h4>RefactoringServer.deactivate</h4>
 <b>deactivate</b>(<i></i>)
-
 <p>
         Public method to deactivate the refactoring server.
 </p>
+
 <a NAME="RefactoringServer.getActions" ID="RefactoringServer.getActions"></a>
 <h4>RefactoringServer.getActions</h4>
 <b>getActions</b>(<i></i>)
-
 <p>
         Public method to get a list of all actions.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1058,10 +1056,10 @@
 <a NAME="RefactoringServer.getMainWindow" ID="RefactoringServer.getMainWindow"></a>
 <h4>RefactoringServer.getMainWindow</h4>
 <b>getMainWindow</b>(<i></i>)
-
 <p>
         Public method to get a reference to the IDE main window.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -1077,10 +1075,10 @@
 <a NAME="RefactoringServer.handleCall" ID="RefactoringServer.handleCall"></a>
 <h4>RefactoringServer.handleCall</h4>
 <b>handleCall</b>(<i>method, params</i>)
-
 <p>
         Public method to handle a method call from the client.
 </p>
+
 <dl>
 
 <dt><i>method</i> (str)</dt>
@@ -1095,17 +1093,17 @@
 <a NAME="RefactoringServer.handleNewConnection" ID="RefactoringServer.handleNewConnection"></a>
 <h4>RefactoringServer.handleNewConnection</h4>
 <b>handleNewConnection</b>(<i></i>)
-
 <p>
         Public slot for new incoming connections from a client.
 </p>
+
 <a NAME="RefactoringServer.handleRopeError" ID="RefactoringServer.handleRopeError"></a>
 <h4>RefactoringServer.handleRopeError</h4>
 <b>handleRopeError</b>(<i>result</i>)
-
 <p>
         Public method to handle a rope error.
 </p>
+
 <dl>
 
 <dt><i>result</i> (dict)</dt>
@@ -1128,24 +1126,24 @@
 <a NAME="RefactoringServer.projectClosed" ID="RefactoringServer.projectClosed"></a>
 <h4>RefactoringServer.projectClosed</h4>
 <b>projectClosed</b>(<i></i>)
-
 <p>
         Public slot to handle the projectClosed signal.
 </p>
+
 <a NAME="RefactoringServer.projectOpened" ID="RefactoringServer.projectOpened"></a>
 <h4>RefactoringServer.projectOpened</h4>
 <b>projectOpened</b>(<i></i>)
-
 <p>
         Public slot to handle the projectOpened signal.
 </p>
+
 <a NAME="RefactoringServer.refreshEditors" ID="RefactoringServer.refreshEditors"></a>
 <h4>RefactoringServer.refreshEditors</h4>
 <b>refreshEditors</b>(<i>changedFiles</i>)
-
 <p>
         Public method to refresh modified editors.
 </p>
+
 <dl>
 
 <dt><i>changedFiles</i> (list of str)</dt>
@@ -1156,10 +1154,10 @@
 <a NAME="RefactoringServer.reportChanged" ID="RefactoringServer.reportChanged"></a>
 <h4>RefactoringServer.reportChanged</h4>
 <b>reportChanged</b>(<i>filename, oldSource</i>)
-
 <p>
         Public slot to report some changed sources.
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -1173,4 +1171,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial