--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Tue Jul 25 13:14:27 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Tue Jul 25 16:41:52 2023 +0200 @@ -91,6 +91,10 @@ <td>Private method to import the styles of lexers to be selected.</td> </tr> <tr> +<td><a href="#EditorHighlightingStylesPage.__populateLanguages">__populateLanguages</a></td> +<td>Private method to populate the language selection box.</td> +</tr> +<tr> <td><a href="#EditorHighlightingStylesPage.__setToDefault">__setToDefault</a></td> <td>Private method to set a specific style to its default values.</td> </tr> @@ -195,6 +199,10 @@ <td>Local function to set the font.</td> </tr> <tr> +<td><a href="#EditorHighlightingStylesPage.setMode">setMode</a></td> +<td>Public method to perform mode dependent setups.</td> +</tr> +<tr> <td><a href="#EditorHighlightingStylesPage.setSampleFont">setSampleFont</a></td> <td>Local function to set the font of the sample text.</td> </tr> @@ -342,6 +350,20 @@ (defaults to False) </dd> </dl> +<a NAME="EditorHighlightingStylesPage.__populateLanguages" ID="EditorHighlightingStylesPage.__populateLanguages"></a> +<h4>EditorHighlightingStylesPage.__populateLanguages</h4> +<b>__populateLanguages</b>(<i>languages</i>) + +<p> + Private method to populate the language selection box. +</p> +<dl> + +<dt><i>languages</i> (list of str)</dt> +<dd> +list of languages to include in the language selector +</dd> +</dl> <a NAME="EditorHighlightingStylesPage.__setToDefault" ID="EditorHighlightingStylesPage.__setToDefault"></a> <h4>EditorHighlightingStylesPage.__setToDefault</h4> <b>__setToDefault</b>(<i>style, substyle</i>) @@ -651,6 +673,20 @@ flag indicating to set the font size only </dd> </dl> +<a NAME="EditorHighlightingStylesPage.setMode" ID="EditorHighlightingStylesPage.setMode"></a> +<h4>EditorHighlightingStylesPage.setMode</h4> +<b>setMode</b>(<i>displayMode</i>) + +<p> + Public method to perform mode dependent setups. +</p> +<dl> + +<dt><i>displayMode</i> (ConfigurationMode)</dt> +<dd> +mode of the configuration dialog +</dd> +</dl> <a NAME="EditorHighlightingStylesPage.setSampleFont" ID="EditorHighlightingStylesPage.setSampleFont"></a> <h4>EditorHighlightingStylesPage.setSampleFont</h4> <b>setSampleFont</b>(<i>familyOnly, sizeOnly</i>)