--- a/eric7/Documentation/Source/eric7.Project.Project.html Sun Jul 11 16:29:12 2021 +0200 +++ b/eric7/Documentation/Source/eric7.Project.Project.html Mon Jul 12 19:52:49 2021 +0200 @@ -115,9 +115,10 @@ <dd> emitted to signal a change of the project </dd> -<dt>projectClosed()</dt> -<dd> -emitted after a project was closed +<dt>projectClosed(shutdown)</dt> +<dd> +emitted after a project was closed sending + a flag indicating the IDE shutdown operation </dd> <dt>projectClosedHooks()</dt> <dd> @@ -2136,26 +2137,36 @@ </dl> <a NAME="Project.closeProject" ID="Project.closeProject"></a> <h4>Project.closeProject</h4> -<b>closeProject</b>(<i>reopen=False, noSave=False</i>) +<b>closeProject</b>(<i>reopen=False, noSave=False, shutdown=False</i>) <p> Public slot to close the current project. </p> <dl> -<dt><i>reopen</i></dt> -<dd> -flag indicating a reopening of the project (boolean) -</dd> -<dt><i>noSave</i></dt> -<dd> -flag indicating to not perform save actions (boolean) +<dt><i>reopen</i> (bool)</dt> +<dd> +flag indicating a reopening of the project +</dd> +<dt><i>noSave</i> (bool)</dt> +<dd> +flag indicating to not perform save actions +</dd> +<dt><i>shutdown</i> (bool)</dt> +<dd> +flag indicating the IDE shutdown </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating success (boolean) +flag indicating success +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="Project.copyDirectory" ID="Project.copyDirectory"></a>