--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html Wed May 26 17:53:08 2021 +0200 +++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html Wed May 26 19:07:42 2021 +0200 @@ -35,7 +35,7 @@ <table> <tr> -<td><a href="#E5FileSystemCommands">E5FileSystemCommands</a></td> +<td><a href="#EricFileSystemCommands">EricFileSystemCommands</a></td> <td>Class implementing file system commands for rope.</td> </tr> <tr> @@ -50,8 +50,8 @@ </table> <hr /> <hr /> -<a NAME="E5FileSystemCommands" ID="E5FileSystemCommands"></a> -<h2>E5FileSystemCommands</h2> +<a NAME="EricFileSystemCommands" ID="EricFileSystemCommands"></a> +<h2>EricFileSystemCommands</h2> <p> Class implementing file system commands for rope. @@ -73,27 +73,27 @@ <table> <tr> -<td><a href="#E5FileSystemCommands.__init__">E5FileSystemCommands</a></td> +<td><a href="#EricFileSystemCommands.__init__">EricFileSystemCommands</a></td> <td>Constructor</td> </tr> <tr> -<td><a href="#E5FileSystemCommands.__createFile">__createFile</a></td> +<td><a href="#EricFileSystemCommands.__createFile">__createFile</a></td> <td>Private method called by rope to create a new file.</td> </tr> <tr> -<td><a href="#E5FileSystemCommands.__createFolder">__createFolder</a></td> +<td><a href="#EricFileSystemCommands.__createFolder">__createFolder</a></td> <td>Private method called by rope to create a new directory.</td> </tr> <tr> -<td><a href="#E5FileSystemCommands.__move">__move</a></td> +<td><a href="#EricFileSystemCommands.__move">__move</a></td> <td>Private method called by rope to rename a file or directory.</td> </tr> <tr> -<td><a href="#E5FileSystemCommands.__remove">__remove</a></td> +<td><a href="#EricFileSystemCommands.__remove">__remove</a></td> <td>Private method called by rope to remove a file or directory.</td> </tr> <tr> -<td><a href="#E5FileSystemCommands.processFileSystemCommand">processFileSystemCommand</a></td> +<td><a href="#EricFileSystemCommands.processFileSystemCommand">processFileSystemCommand</a></td> <td>Public method to process rope file system commands.</td> </tr> </table> @@ -103,9 +103,9 @@ <tr><td>None</td></tr> </table> -<a NAME="E5FileSystemCommands.__init__" ID="E5FileSystemCommands.__init__"></a> -<h4>E5FileSystemCommands (Constructor)</h4> -<b>E5FileSystemCommands</b>(<i>project</i>) +<a NAME="EricFileSystemCommands.__init__" ID="EricFileSystemCommands.__init__"></a> +<h4>EricFileSystemCommands (Constructor)</h4> +<b>EricFileSystemCommands</b>(<i>project</i>) <p> Constructor @@ -117,8 +117,8 @@ reference to the eric project object </dd> </dl> -<a NAME="E5FileSystemCommands.__createFile" ID="E5FileSystemCommands.__createFile"></a> -<h4>E5FileSystemCommands.__createFile</h4> +<a NAME="EricFileSystemCommands.__createFile" ID="EricFileSystemCommands.__createFile"></a> +<h4>EricFileSystemCommands.__createFile</h4> <b>__createFile</b>(<i>path</i>) <p> @@ -131,8 +131,8 @@ new filename </dd> </dl> -<a NAME="E5FileSystemCommands.__createFolder" ID="E5FileSystemCommands.__createFolder"></a> -<h4>E5FileSystemCommands.__createFolder</h4> +<a NAME="EricFileSystemCommands.__createFolder" ID="EricFileSystemCommands.__createFolder"></a> +<h4>EricFileSystemCommands.__createFolder</h4> <b>__createFolder</b>(<i>path</i>) <p> @@ -145,8 +145,8 @@ new directory </dd> </dl> -<a NAME="E5FileSystemCommands.__move" ID="E5FileSystemCommands.__move"></a> -<h4>E5FileSystemCommands.__move</h4> +<a NAME="EricFileSystemCommands.__move" ID="EricFileSystemCommands.__move"></a> +<h4>EricFileSystemCommands.__move</h4> <b>__move</b>(<i>path, new_location</i>) <p> @@ -163,8 +163,8 @@ new file/directory name </dd> </dl> -<a NAME="E5FileSystemCommands.__remove" ID="E5FileSystemCommands.__remove"></a> -<h4>E5FileSystemCommands.__remove</h4> +<a NAME="EricFileSystemCommands.__remove" ID="EricFileSystemCommands.__remove"></a> +<h4>EricFileSystemCommands.__remove</h4> <b>__remove</b>(<i>path</i>) <p> @@ -177,8 +177,8 @@ name of file/directory to remove (string) </dd> </dl> -<a NAME="E5FileSystemCommands.processFileSystemCommand" ID="E5FileSystemCommands.processFileSystemCommand"></a> -<h4>E5FileSystemCommands.processFileSystemCommand</h4> +<a NAME="EricFileSystemCommands.processFileSystemCommand" ID="EricFileSystemCommands.processFileSystemCommand"></a> +<h4>EricFileSystemCommands.processFileSystemCommand</h4> <b>processFileSystemCommand</b>(<i>params</i>) <p>