--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorFilePage.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorFilePage.html Wed Dec 20 14:58:58 2023 +0100 @@ -129,15 +129,21 @@ </p> <dl> -<dt><i>fileFilter</i></dt> +<dt><i>fileFilter</i> (str)</dt> <dd> -file filter pattern to check (string) +file filter pattern to check </dd> </dl> <dl> <dt>Return:</dt> <dd> -flag indicating validity (boolean) +flag indicating validity +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="EditorFilePage.__extractFileFilters" ID="EditorFilePage.__extractFileFilters"></a> @@ -156,10 +162,10 @@ </p> <dl> -<dt><i>keepSelection</i></dt> +<dt><i>keepSelection</i> (bool)</dt> <dd> flag indicating to keep the current selection - if possible (boolean) + if possible </dd> </dl> <a NAME="EditorFilePage.on_addFileFilterButton_clicked" ID="EditorFilePage.on_addFileFilterButton_clicked"></a> @@ -192,13 +198,13 @@ </p> <dl> -<dt><i>current</i></dt> +<dt><i>current</i> (QListWidgetItem)</dt> <dd> -new current item (QListWidgetItem) +new current item </dd> -<dt><i>previous</i></dt> +<dt><i>previous</i> (QListWidgetItem)</dt> <dd> -previous current item (QListWidgetItem) +previous current item </dd> </dl> <a NAME="EditorFilePage.on_openFiltersButton_toggled" ID="EditorFilePage.on_openFiltersButton_toggled"></a> @@ -210,9 +216,9 @@ </p> <dl> -<dt><i>checked</i></dt> +<dt><i>checked</i> (bool)</dt> <dd> -flag indicating the check state of the button (boolean) +flag indicating the check state of the button </dd> </dl> <a NAME="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked" ID="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked"></a> @@ -248,7 +254,7 @@ </p> <dl> -<dt><i>dlg</i></dt> +<dt><i>dlg</i> (ConfigurationDialog)</dt> <dd> reference to the configuration dialog </dd> @@ -256,7 +262,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the instantiated page (ConfigurationPageBase) +reference to the instantiated page +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +ConfigurationPageBase </dd> </dl> <div align="right"><a href="#top">Up</a></div>