diff -r c3686b43f76b -r 773ad1f1ed22 src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html --- a/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html Tue Apr 04 17:26:54 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.MultiProject.AddProjectDialog.html Wed Apr 05 11:58:22 2023 +0200 @@ -128,12 +128,17 @@ <dl> <dt>Return:</dt> <dd> -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 +tuple of five values 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> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool, str, str) +</dd> +</dl> <a NAME="AddProjectDialog.on_filenamePicker_textChanged" ID="AddProjectDialog.on_filenamePicker_textChanged"></a> <h4>AddProjectDialog.on_filenamePicker_textChanged</h4> <b>on_filenamePicker_textChanged</b>(<i>txt</i>) @@ -143,9 +148,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <a NAME="AddProjectDialog.on_nameEdit_textChanged" ID="AddProjectDialog.on_nameEdit_textChanged"></a> @@ -157,9 +162,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <div align="right"><a href="#top">Up</a></div>