Sat, 17 Dec 2011 15:20:33 +0100
Updated source docu.
--- a/APIs/Python3/eric5.api Sat Dec 17 15:19:45 2011 +0100 +++ b/APIs/Python3/eric5.api Sat Dec 17 15:20:33 2011 +0100 @@ -5131,6 +5131,9 @@ eric5.Project.Project.Project.isProjectInterface?4(fn) eric5.Project.Project.Project.isProjectResource?4(fn) eric5.Project.Project.Project.isProjectSource?4(fn) +eric5.Project.Project.Project.isPy2Project?4() +eric5.Project.Project.Project.isPy3Project?4() +eric5.Project.Project.Project.isRubyProject?4() eric5.Project.Project.Project.keynames?7 eric5.Project.Project.Project.lexerAssociationsChanged?7 eric5.Project.Project.Project.moveDirectory?4(olddn, newdn)
--- a/Documentation/Help/source.qhp Sat Dec 17 15:19:45 2011 +0100 +++ b/Documentation/Help/source.qhp Sat Dec 17 15:20:33 2011 +0100 @@ -4957,6 +4957,9 @@ <keyword name="Project.isProjectInterface" id="Project.isProjectInterface" ref="eric5.Project.Project.html#Project.isProjectInterface" /> <keyword name="Project.isProjectResource" id="Project.isProjectResource" ref="eric5.Project.Project.html#Project.isProjectResource" /> <keyword name="Project.isProjectSource" id="Project.isProjectSource" ref="eric5.Project.Project.html#Project.isProjectSource" /> + <keyword name="Project.isPy2Project" id="Project.isPy2Project" ref="eric5.Project.Project.html#Project.isPy2Project" /> + <keyword name="Project.isPy3Project" id="Project.isPy3Project" ref="eric5.Project.Project.html#Project.isPy3Project" /> + <keyword name="Project.isRubyProject" id="Project.isRubyProject" ref="eric5.Project.Project.html#Project.isRubyProject" /> <keyword name="Project.moveDirectory" id="Project.moveDirectory" ref="eric5.Project.Project.html#Project.moveDirectory" /> <keyword name="Project.newProjectAddFiles" id="Project.newProjectAddFiles" ref="eric5.Project.Project.html#Project.newProjectAddFiles" /> <keyword name="Project.openProject" id="Project.openProject" ref="eric5.Project.Project.html#Project.openProject" />
--- a/Documentation/Source/eric5.Project.Project.html Sat Dec 17 15:19:45 2011 +0100 +++ b/Documentation/Source/eric5.Project.Project.html Sat Dec 17 15:20:33 2011 +0100 @@ -537,6 +537,15 @@ <td><a href="#Project.isProjectSource">isProjectSource</a></td> <td>Public method used to check, if the passed in filename belongs to the project sources.</td> </tr><tr> +<td><a href="#Project.isPy2Project">isPy2Project</a></td> +<td>Public method to check, if this project is a Python2 project.</td> +</tr><tr> +<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.isRubyProject">isRubyProject</a></td> +<td>Public method to check, if this project is a Ruby project.</td> +</tr><tr> <td><a href="#Project.moveDirectory">moveDirectory</a></td> <td>Public slot to move a directory.</td> </tr><tr> @@ -1827,6 +1836,36 @@ <dd> flag indicating membership (boolean) </dd> +</dl><a NAME="Project.isPy2Project" ID="Project.isPy2Project"></a> +<h4>Project.isPy2Project</h4> +<b>isPy2Project</b>(<i></i>) +<p> + Public method to check, if this project is a Python2 project. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a Python2 project (boolean) +</dd> +</dl><a NAME="Project.isPy3Project" ID="Project.isPy3Project"></a> +<h4>Project.isPy3Project</h4> +<b>isPy3Project</b>(<i></i>) +<p> + Public method to check, if this project is a Python3 project. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a Python3 project (boolean) +</dd> +</dl><a NAME="Project.isRubyProject" ID="Project.isRubyProject"></a> +<h4>Project.isRubyProject</h4> +<b>isRubyProject</b>(<i></i>) +<p> + Public method to check, if this project is a Ruby project. +</p><dl> +<dt>Returns:</dt> +<dd> +flag indicating a Ruby project (boolean) +</dd> </dl><a NAME="Project.moveDirectory" ID="Project.moveDirectory"></a> <h4>Project.moveDirectory</h4> <b>moveDirectory</b>(<i>olddn, newdn</i>)