--- a/Documentation/Source/eric5.MultiProject.AddProjectDialog.html Sat Jan 11 13:53:42 2014 +0100 +++ b/Documentation/Source/eric5.MultiProject.AddProjectDialog.html Sat Jan 11 20:03:38 2014 +0100 @@ -82,7 +82,7 @@ </table> <a NAME="AddProjectDialog.__init__" ID="AddProjectDialog.__init__"></a> <h4>AddProjectDialog (Constructor)</h4> -<b>AddProjectDialog</b>(<i>parent=None, startdir=None, project=None</i>) +<b>AddProjectDialog</b>(<i>parent=None, startdir=None, project=None, categories=None</i>) <p> Constructor </p><dl> @@ -95,6 +95,9 @@ </dd><dt><i>project</i></dt> <dd> dictionary containing project data +</dd><dt><i>categories</i></dt> +<dd> +list of already used categories (list of string) </dd> </dl><a NAME="AddProjectDialog.__updateUi" ID="AddProjectDialog.__updateUi"></a> <h4>AddProjectDialog.__updateUi</h4> @@ -109,10 +112,10 @@ </p><dl> <dt>Returns:</dt> <dd> -tuple of four values (string, string, boolean, string) giving - the project name, the name of the project file, a flag telling, - whether the project shall be the main project and a short - description for the project +tuple of five values (string, string, boolean, string, string) + giving the project name, the name of the project file, a flag + telling whether the project shall be the main project, a short + description for the project and the project category </dd> </dl><a NAME="AddProjectDialog.on_fileButton_clicked" ID="AddProjectDialog.on_fileButton_clicked"></a> <h4>AddProjectDialog.on_fileButton_clicked</h4>