src/eric7/Documentation/Source/eric7.Project.Project.html

branch
eric7
changeset 9647
e4c2ae118781
parent 9638
6ee095b9d3bd
child 9744
92fbd6bdba84
diff -r ab5678db972f -r e4c2ae118781 src/eric7/Documentation/Source/eric7.Project.Project.html
--- a/src/eric7/Documentation/Source/eric7.Project.Project.html	Sat Dec 24 17:31:46 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.Project.html	Sun Dec 25 11:34:05 2022 +0100
@@ -935,6 +935,10 @@
 <td>Public method to check, if this project is a Ruby project.</td>
 </tr>
 <tr>
+<td><a href="#Project.isVcsControlled">isVcsControlled</a></td>
+<td>Public method to check, if the project is controlled by a VCS.</td>
+</tr>
+<tr>
 <td><a href="#Project.moveDirectory">moveDirectory</a></td>
 <td>Public slot to move a directory.</td>
 </tr>
@@ -3906,6 +3910,25 @@
 flag indicating a Ruby project (boolean)
 </dd>
 </dl>
+<a NAME="Project.isVcsControlled" ID="Project.isVcsControlled"></a>
+<h4>Project.isVcsControlled</h4>
+<b>isVcsControlled</b>(<i></i>)
+
+<p>
+        Public method to check, if the project is controlled by a VCS.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating a VCS controlled project
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a>
 <h4>Project.moveDirectory</h4>
 <b>moveDirectory</b>(<i>olddn, newdn</i>)

eric ide

mercurial