diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Wed Dec 20 14:58:58 2023 +0100 @@ -226,7 +226,7 @@ </p> <dl> -<dt><i>lexers</i></dt> +<dt><i>lexers</i> (dict)</dt> <dd> reference to the lexers dictionary </dd> @@ -240,9 +240,9 @@ </p> <dl> -<dt><i>act</i></dt> +<dt><i>act</i> (QAction)</dt> <dd> -reference to the triggering action (QAction) +reference to the triggering action </dd> </dl> <a NAME="EditorHighlightingStylesPage.__applyStyles" ID="EditorHighlightingStylesPage.__applyStyles"></a> @@ -273,18 +273,17 @@ </p> <dl> -<dt><i>doAll</i></dt> +<dt><i>doAll</i> (bool)</dt> <dd> flag indicating to change the font for all styles - (boolean) </dd> -<dt><i>familyOnly</i></dt> +<dt><i>familyOnly</i> (bool)</dt> <dd> -flag indicating to set the font family only (boolean) +flag indicating to set the font family only </dd> -<dt><i>sizeOnly</i></dt> +<dt><i>sizeOnly</i> (bool)</dt> <dd> -flag indicating to set the font size only (boolean +flag indicating to set the font size only </dd> </dl> <a NAME="EditorHighlightingStylesPage.__currentStyles" ID="EditorHighlightingStylesPage.__currentStyles"></a> @@ -330,9 +329,9 @@ </p> <dl> -<dt><i>act</i></dt> +<dt><i>act</i> (QAction)</dt> <dd> -reference to the triggering action (QAction) +reference to the triggering action </dd> </dl> <a NAME="EditorHighlightingStylesPage.__importStyles" ID="EditorHighlightingStylesPage.__importStyles"></a> @@ -542,9 +541,9 @@ </p> <dl> -<dt><i>on</i></dt> +<dt><i>on</i> (bool)</dt> <dd> -flag indicating enabled or disabled state (boolean) +flag indicating enabled or disabled state </dd> </dl> <a NAME="EditorHighlightingStylesPage.on_exportAllButton_clicked" ID="EditorHighlightingStylesPage.on_exportAllButton_clicked"></a> @@ -640,7 +639,7 @@ <dl> <dt>Return Type:</dt> <dd> -list of int and tuple of (int, int) +list of [int, tuple of (int, int)] </dd> </dl> <a NAME="EditorHighlightingStylesPage.setFont" ID="EditorHighlightingStylesPage.setFont"></a> @@ -719,7 +718,7 @@ </p> <dl> -<dt><i>state</i></dt> +<dt><i>state</i> (list of [int, tuple of (int, int)])</dt> <dd> state data generated by saveState </dd> @@ -736,7 +735,7 @@ </p> <dl> -<dt><i>dlg</i></dt> +<dt><i>dlg</i> (ConfigurationDialog)</dt> <dd> reference to the configuration dialog </dd> @@ -744,7 +743,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>