Documentation/Source/eric5.Project.Project.html

changeset 1876
3e8a85ba8462
parent 1865
e2a956fcf5e7
child 2025
8bb085c59cd2
--- a/Documentation/Source/eric5.Project.Project.html	Fri May 25 19:13:45 2012 +0200
+++ b/Documentation/Source/eric5.Project.Project.html	Fri May 25 19:16:06 2012 +0200
@@ -633,6 +633,9 @@
 <td><a href="#Project.useSystemEol">useSystemEol</a></td>
 <td>Public method to check, if the project uses the system eol setting.</td>
 </tr><tr>
+<td><a href="#Project.vcsSoftwareAvailable">vcsSoftwareAvailable</a></td>
+<td>Public method to check, if some supported VCS software is available to the IDE.</td>
+</tr><tr>
 <td><a href="#Project.writeTasks">writeTasks</a></td>
 <td>Public method to write the tasks data to an XML file (.e4t).</td>
 </tr>
@@ -2250,6 +2253,17 @@
 <dd>
 flag indicating the usage of system eol (boolean)
 </dd>
+</dl><a NAME="Project.vcsSoftwareAvailable" ID="Project.vcsSoftwareAvailable"></a>
+<h4>Project.vcsSoftwareAvailable</h4>
+<b>vcsSoftwareAvailable</b>(<i></i>)
+<p>
+        Public method to check, if some supported VCS software is available
+        to the IDE.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating availability of VCS software (boolean)
+</dd>
 </dl><a NAME="Project.writeTasks" ID="Project.writeTasks"></a>
 <h4>Project.writeTasks</h4>
 <b>writeTasks</b>(<i></i>)

eric ide

mercurial