Documentation/Source/eric6.Project.Project.html

changeset 5108
f5cb9cb98e6a
parent 5100
2c193da9b94f
child 5244
54a0f215a6f0
--- a/Documentation/Source/eric6.Project.Project.html	Tue Aug 23 19:02:43 2016 +0200
+++ b/Documentation/Source/eric6.Project.Project.html	Wed Aug 24 20:00:29 2016 +0200
@@ -200,9 +200,6 @@
 <td><a href="#Project.__checkProjectFileGroup">__checkProjectFileGroup</a></td>
 <td>Private method to check, if a file is in a specific file group of the project.</td>
 </tr><tr>
-<td><a href="#Project.__clearRecent">__clearRecent</a></td>
-<td>Private method to clear the recent projects menu.</td>
-</tr><tr>
 <td><a href="#Project.__closeAllWindows">__closeAllWindows</a></td>
 <td>Private method to close all project related windows.</td>
 </tr><tr>
@@ -416,6 +413,9 @@
 <td><a href="#Project.checkVCSStatus">checkVCSStatus</a></td>
 <td>Public method to wake up the VCS status monitor thread.</td>
 </tr><tr>
+<td><a href="#Project.clearRecent">clearRecent</a></td>
+<td>Public method to clear the recent projects menu.</td>
+</tr><tr>
 <td><a href="#Project.clearStatusMonitorCachedState">clearStatusMonitorCachedState</a></td>
 <td>Public method to clear the cached VCS state of a file/directory.</td>
 </tr><tr>
@@ -801,12 +801,7 @@
 <dd>
 flag indicating membership (boolean)
 </dd>
-</dl><a NAME="Project.__clearRecent" ID="Project.__clearRecent"></a>
-<h4>Project.__clearRecent</h4>
-<b>__clearRecent</b>(<i></i>)
-<p>
-        Private method to clear the recent projects menu.
-</p><a NAME="Project.__closeAllWindows" ID="Project.__closeAllWindows"></a>
+</dl><a NAME="Project.__closeAllWindows" ID="Project.__closeAllWindows"></a>
 <h4>Project.__closeAllWindows</h4>
 <b>__closeAllWindows</b>(<i></i>)
 <p>
@@ -1356,6 +1351,11 @@
 <b>checkVCSStatus</b>(<i></i>)
 <p>
         Public method to wake up the VCS status monitor thread.
+</p><a NAME="Project.clearRecent" ID="Project.clearRecent"></a>
+<h4>Project.clearRecent</h4>
+<b>clearRecent</b>(<i></i>)
+<p>
+        Public method to clear the recent projects menu.
 </p><a NAME="Project.clearStatusMonitorCachedState" ID="Project.clearStatusMonitorCachedState"></a>
 <h4>Project.clearStatusMonitorCachedState</h4>
 <b>clearStatusMonitorCachedState</b>(<i>name</i>)

eric ide

mercurial