Documentation/Source/eric6.MultiProject.MultiProject.html

changeset 5108
f5cb9cb98e6a
parent 3673
e26d7d0c1088
child 5889
092d06e0193f
diff -r 1ecc6c9abca5 -r f5cb9cb98e6a Documentation/Source/eric6.MultiProject.MultiProject.html
--- a/Documentation/Source/eric6.MultiProject.MultiProject.html	Tue Aug 23 19:02:43 2016 +0200
+++ b/Documentation/Source/eric6.MultiProject.MultiProject.html	Wed Aug 24 20:00:29 2016 +0200
@@ -101,9 +101,6 @@
 <td><a href="#MultiProject.__checkFilesExist">__checkFilesExist</a></td>
 <td>Private method to check, if the files in a list exist.</td>
 </tr><tr>
-<td><a href="#MultiProject.__clearRecent">__clearRecent</a></td>
-<td>Private method to clear the recent multi projects menu.</td>
-</tr><tr>
 <td><a href="#MultiProject.__extractCategories">__extractCategories</a></td>
 <td>Private slot to extract the categories used in the project definitions.</td>
 </tr><tr>
@@ -155,6 +152,9 @@
 <td><a href="#MultiProject.checkDirty">checkDirty</a></td>
 <td>Public method to check the dirty status and open a message window.</td>
 </tr><tr>
+<td><a href="#MultiProject.clearRecent">clearRecent</a></td>
+<td>Public method to clear the recent multi projects menu.</td>
+</tr><tr>
 <td><a href="#MultiProject.closeMultiProject">closeMultiProject</a></td>
 <td>Public slot to close the current multi project.</td>
 </tr><tr>
@@ -255,11 +255,6 @@
         The project files are checked for existance in the
         filesystem. Non existant projects are removed from the list and the
         dirty state of the multi project is changed accordingly.
-</p><a NAME="MultiProject.__clearRecent" ID="MultiProject.__clearRecent"></a>
-<h4>MultiProject.__clearRecent</h4>
-<b>__clearRecent</b>(<i></i>)
-<p>
-        Private method to clear the recent multi projects menu.
 </p><a NAME="MultiProject.__extractCategories" ID="MultiProject.__extractCategories"></a>
 <h4>MultiProject.__extractCategories</h4>
 <b>__extractCategories</b>(<i></i>)
@@ -405,7 +400,12 @@
 <dd>
 flag indicating whether this operation was successful (boolean)
 </dd>
-</dl><a NAME="MultiProject.closeMultiProject" ID="MultiProject.closeMultiProject"></a>
+</dl><a NAME="MultiProject.clearRecent" ID="MultiProject.clearRecent"></a>
+<h4>MultiProject.clearRecent</h4>
+<b>clearRecent</b>(<i></i>)
+<p>
+        Public method to clear the recent multi projects menu.
+</p><a NAME="MultiProject.closeMultiProject" ID="MultiProject.closeMultiProject"></a>
 <h4>MultiProject.closeMultiProject</h4>
 <b>closeMultiProject</b>(<i></i>)
 <p>

eric ide

mercurial