--- 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>)