RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html

changeset 55
d501156be247
parent 44
8aa985c8dee5
child 204
b4bf79b956bc
--- a/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html	Sun Oct 13 18:35:25 2013 +0200
+++ b/RefactoringRope/Documentation/source/Plugin_Refactoring_Rope.RefactoringRope.FileSystemCommands.html	Fri Oct 25 19:33:36 2013 +0200
@@ -30,7 +30,7 @@
 <h3>Classes</h3>
 <table>
 <tr>
-<td><a href="#e5FileSystemCommands">e5FileSystemCommands</a></td>
+<td><a href="#E5FileSystemCommands">E5FileSystemCommands</a></td>
 <td>Class implementing file system commands for rope.</td>
 </tr>
 </table>
@@ -39,8 +39,8 @@
 <tr><td>None</td></tr>
 </table>
 <hr /><hr />
-<a NAME="e5FileSystemCommands" ID="e5FileSystemCommands"></a>
-<h2>e5FileSystemCommands</h2>
+<a NAME="E5FileSystemCommands" ID="E5FileSystemCommands"></a>
+<h2>E5FileSystemCommands</h2>
 <p>
     Class implementing file system commands for rope.
 </p>
@@ -57,22 +57,22 @@
 <h3>Methods</h3>
 <table>
 <tr>
-<td><a href="#e5FileSystemCommands.__init__">e5FileSystemCommands</a></td>
+<td><a href="#E5FileSystemCommands.__init__">E5FileSystemCommands</a></td>
 <td>Constructor</td>
 </tr><tr>
-<td><a href="#e5FileSystemCommands.create_file">create_file</a></td>
+<td><a href="#E5FileSystemCommands.create_file">create_file</a></td>
 <td>Public method called by rope to create a new file.</td>
 </tr><tr>
-<td><a href="#e5FileSystemCommands.create_folder">create_folder</a></td>
+<td><a href="#E5FileSystemCommands.create_folder">create_folder</a></td>
 <td>Public method called by rope to create a new directory.</td>
 </tr><tr>
-<td><a href="#e5FileSystemCommands.move">move</a></td>
+<td><a href="#E5FileSystemCommands.move">move</a></td>
 <td>Public method called by rope to rename a file or directory.</td>
 </tr><tr>
-<td><a href="#e5FileSystemCommands.remove">remove</a></td>
+<td><a href="#E5FileSystemCommands.remove">remove</a></td>
 <td>Public method called by rope to remove a file or directory.</td>
 </tr><tr>
-<td><a href="#e5FileSystemCommands.write">write</a></td>
+<td><a href="#E5FileSystemCommands.write">write</a></td>
 <td>Public method called by rope to write data to a file.</td>
 </tr>
 </table>
@@ -80,9 +80,9 @@
 <table>
 <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="E5FileSystemCommands.__init__" ID="E5FileSystemCommands.__init__"></a>
+<h4>E5FileSystemCommands (Constructor)</h4>
+<b>E5FileSystemCommands</b>(<i>project</i>)
 <p>
         Constructor
 </p><dl>
@@ -90,8 +90,8 @@
 <dd>
 reference to the eric4 project object (Project.Project)
 </dd>
-</dl><a NAME="e5FileSystemCommands.create_file" ID="e5FileSystemCommands.create_file"></a>
-<h4>e5FileSystemCommands.create_file</h4>
+</dl><a NAME="E5FileSystemCommands.create_file" ID="E5FileSystemCommands.create_file"></a>
+<h4>E5FileSystemCommands.create_file</h4>
 <b>create_file</b>(<i>path</i>)
 <p>
         Public method called by rope to create a new file.
@@ -100,8 +100,8 @@
 <dd>
 new filename (string)
 </dd>
-</dl><a NAME="e5FileSystemCommands.create_folder" ID="e5FileSystemCommands.create_folder"></a>
-<h4>e5FileSystemCommands.create_folder</h4>
+</dl><a NAME="E5FileSystemCommands.create_folder" ID="E5FileSystemCommands.create_folder"></a>
+<h4>E5FileSystemCommands.create_folder</h4>
 <b>create_folder</b>(<i>path</i>)
 <p>
         Public method called by rope to create a new directory.
@@ -110,8 +110,8 @@
 <dd>
 new directory (string)
 </dd>
-</dl><a NAME="e5FileSystemCommands.move" ID="e5FileSystemCommands.move"></a>
-<h4>e5FileSystemCommands.move</h4>
+</dl><a NAME="E5FileSystemCommands.move" ID="E5FileSystemCommands.move"></a>
+<h4>E5FileSystemCommands.move</h4>
 <b>move</b>(<i>path, new_location</i>)
 <p>
         Public method called by rope to rename a file or directory.
@@ -123,8 +123,8 @@
 <dd>
 new file/directory name (string)
 </dd>
-</dl><a NAME="e5FileSystemCommands.remove" ID="e5FileSystemCommands.remove"></a>
-<h4>e5FileSystemCommands.remove</h4>
+</dl><a NAME="E5FileSystemCommands.remove" ID="E5FileSystemCommands.remove"></a>
+<h4>E5FileSystemCommands.remove</h4>
 <b>remove</b>(<i>path</i>)
 <p>
         Public method called by rope to remove a file or directory.
@@ -133,8 +133,8 @@
 <dd>
 name of file/directory to remove (string)
 </dd>
-</dl><a NAME="e5FileSystemCommands.write" ID="e5FileSystemCommands.write"></a>
-<h4>e5FileSystemCommands.write</h4>
+</dl><a NAME="E5FileSystemCommands.write" ID="E5FileSystemCommands.write"></a>
+<h4>E5FileSystemCommands.write</h4>
 <b>write</b>(<i>path, data</i>)
 <p>
         Public method called by rope to write data to a file.

eric ide

mercurial