--- a/Documentation/Source/eric5.Project.Project.html Wed Sep 05 19:19:16 2012 +0200 +++ b/Documentation/Source/eric5.Project.Project.html Wed Sep 05 20:07:02 2012 +0200 @@ -456,6 +456,9 @@ <td><a href="#Project.getProjectManagementDir">getProjectManagementDir</a></td> <td>Public method to get the path of the management directory.</td> </tr><tr> +<td><a href="#Project.getProjectName">getProjectName</a></td> +<td>Public method to get the name of the project.</td> +</tr><tr> <td><a href="#Project.getProjectPath">getProjectPath</a></td> <td>Public method to get the project path.</td> </tr><tr> @@ -1532,6 +1535,18 @@ <dd> path of the management directory (string) </dd> +</dl><a NAME="Project.getProjectName" ID="Project.getProjectName"></a> +<h4>Project.getProjectName</h4> +<b>getProjectName</b>(<i></i>) +<p> + Public method to get the name of the project. +</p><p> + The project name is determined from the name of the project file. +</p><dl> +<dt>Returns:</dt> +<dd> +name of the project (string) +</dd> </dl><a NAME="Project.getProjectPath" ID="Project.getProjectPath"></a> <h4>Project.getProjectPath</h4> <b>getProjectPath</b>(<i></i>)