Documentation/Source/eric5.Project.Project.html

changeset 3521
7d17803aab56
parent 3164
a027fc190f82
child 3591
2f2a4a76dd22
--- a/Documentation/Source/eric5.Project.Project.html	Fri Apr 18 15:07:48 2014 +0200
+++ b/Documentation/Source/eric5.Project.Project.html	Mon Apr 21 14:32:37 2014 +0200
@@ -551,6 +551,9 @@
 <td><a href="#Project.isDirty">isDirty</a></td>
 <td>Public method to return the dirty state.</td>
 </tr><tr>
+<td><a href="#Project.isJavaScriptProject">isJavaScriptProject</a></td>
+<td>Public method to check, if this project is a JavaScript project.</td>
+</tr><tr>
 <td><a href="#Project.isOpen">isOpen</a></td>
 <td>Public method to return the opened state.</td>
 </tr><tr>
@@ -575,6 +578,9 @@
 <td><a href="#Project.isPy3Project">isPy3Project</a></td>
 <td>Public method to check, if this project is a Python3 project.</td>
 </tr><tr>
+<td><a href="#Project.isPythonProject">isPythonProject</a></td>
+<td>Public method to check, if this project is a Python2 or Python3 project.</td>
+</tr><tr>
 <td><a href="#Project.isRubyProject">isRubyProject</a></td>
 <td>Public method to check, if this project is a Ruby project.</td>
 </tr><tr>
@@ -1908,6 +1914,16 @@
 <dd>
 dirty state (boolean)
 </dd>
+</dl><a NAME="Project.isJavaScriptProject" ID="Project.isJavaScriptProject"></a>
+<h4>Project.isJavaScriptProject</h4>
+<b>isJavaScriptProject</b>(<i></i>)
+<p>
+        Public method to check, if this project is a JavaScript project.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a JavaScript project (boolean)
+</dd>
 </dl><a NAME="Project.isOpen" ID="Project.isOpen"></a>
 <h4>Project.isOpen</h4>
 <b>isOpen</b>(<i></i>)
@@ -2018,6 +2034,17 @@
 <dd>
 flag indicating a Python3 project (boolean)
 </dd>
+</dl><a NAME="Project.isPythonProject" ID="Project.isPythonProject"></a>
+<h4>Project.isPythonProject</h4>
+<b>isPythonProject</b>(<i></i>)
+<p>
+        Public method to check, if this project is a Python2 or Python3
+        project.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a Python project (boolean)
+</dd>
 </dl><a NAME="Project.isRubyProject" ID="Project.isRubyProject"></a>
 <h4>Project.isRubyProject</h4>
 <b>isRubyProject</b>(<i></i>)

eric ide

mercurial