--- a/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Sat Dec 10 16:59:48 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.ViewManager.ViewManager.html Sat Dec 10 17:56:44 2022 +0100 @@ -2887,7 +2887,7 @@ </dl> <a NAME="ViewManager.checkDirty" ID="ViewManager.checkDirty"></a> <h4>ViewManager.checkDirty</h4> -<b>checkDirty</b>(<i>editor, autosave=False</i>) +<b>checkDirty</b>(<i>editor, autosave=False, closeIt=False</i>) <p> Public method to check the dirty status and open a message window. @@ -2898,10 +2898,15 @@ <dd> editor window to check </dd> -<dt><i>autosave</i> (bool)</dt> +<dt><i>autosave</i> (bool (optional))</dt> <dd> flag indicating that the file should be saved - automatically + automatically (defaults to False) +</dd> +<dt><i>closeIt</i> (bool (optional))</dt> +<dd> +flag indicating a check in order to close the editor + (defaults to False) </dd> </dl> <dl>