Documentation/Source/eric5.MultiProject.MultiProject.html

changeset 603
7f620c649182
parent 501
5c615a85241a
child 767
27554f80d08f
diff -r 2f32aef5cc67 -r 7f620c649182 Documentation/Source/eric5.MultiProject.MultiProject.html
--- a/Documentation/Source/eric5.MultiProject.MultiProject.html	Sun Sep 12 19:36:57 2010 +0200
+++ b/Documentation/Source/eric5.MultiProject.MultiProject.html	Sun Sep 12 19:38:36 2010 +0200
@@ -117,10 +117,7 @@
 <td>Private method to open a multi project from the list of rencently opened multi projects.</td>
 </tr><tr>
 <td><a href="#MultiProject.__readMultiProject">__readMultiProject</a></td>
-<td>Private method to read in a multi project (.e4m, .e4mz) file.</td>
-</tr><tr>
-<td><a href="#MultiProject.__readXMLMultiProject">__readXMLMultiProject</a></td>
-<td>Private method to read the multi project data from an XML file.</td>
+<td>Private method to read in a multi project (.e4m) file.</td>
 </tr><tr>
 <td><a href="#MultiProject.__saveRecent">__saveRecent</a></td>
 <td>Private method to save the list of recently opened filenames.</td>
@@ -140,9 +137,6 @@
 <td><a href="#MultiProject.__writeMultiProject">__writeMultiProject</a></td>
 <td>Private method to save the multi project infos to a multi project file.</td>
 </tr><tr>
-<td><a href="#MultiProject.__writeXMLMultiProject">__writeXMLMultiProject</a></td>
-<td>Private method to write the multi project data to an XML file.</td>
-</tr><tr>
 <td><a href="#MultiProject.addE5Actions">addE5Actions</a></td>
 <td>Public method to add actions to the list of actions.</td>
 </tr><tr>
@@ -296,7 +290,7 @@
 <h4>MultiProject.__readMultiProject</h4>
 <b>__readMultiProject</b>(<i>fn</i>)
 <p>
-        Private method to read in a multi project (.e4m, .e4mz) file.
+        Private method to read in a multi project (.e4m) file.
 </p><dl>
 <dt><i>fn</i></dt>
 <dd>
@@ -307,25 +301,6 @@
 <dd>
 flag indicating success
 </dd>
-</dl><a NAME="MultiProject.__readXMLMultiProject" ID="MultiProject.__readXMLMultiProject"></a>
-<h4>MultiProject.__readXMLMultiProject</h4>
-<b>__readXMLMultiProject</b>(<i>fn, validating</i>)
-<p>
-        Private method to read the multi project data from an XML file.
-</p><dl>
-<dt><i>fn</i></dt>
-<dd>
-filename of the multi project file to be read (string)
-</dd><dt><i>validating</i></dt>
-<dd>
-flag indicating a validation of the XML file is
-            requested (boolean)
-</dd>
-</dl><dl>
-<dt>Returns:</dt>
-<dd>
-flag indicating success
-</dd>
 </dl><a NAME="MultiProject.__saveRecent" ID="MultiProject.__saveRecent"></a>
 <h4>MultiProject.__saveRecent</h4>
 <b>__saveRecent</b>(<i></i>)
@@ -371,16 +346,6 @@
 <dd>
 flag indicating success
 </dd>
-</dl><a NAME="MultiProject.__writeXMLMultiProject" ID="MultiProject.__writeXMLMultiProject"></a>
-<h4>MultiProject.__writeXMLMultiProject</h4>
-<b>__writeXMLMultiProject</b>(<i>fn = None</i>)
-<p>
-        Private method to write the multi project data to an XML file.
-</p><dl>
-<dt><i>fn</i></dt>
-<dd>
-the filename of the multi project file (string)
-</dd>
 </dl><a NAME="MultiProject.addE5Actions" ID="MultiProject.addE5Actions"></a>
 <h4>MultiProject.addE5Actions</h4>
 <b>addE5Actions</b>(<i>actions</i>)

eric ide

mercurial