diff -r e26fa3b06f4f -r e6e270b705c2 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorStylesPage.html --- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorStylesPage.html Thu Nov 02 16:43:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.EditorStylesPage.html Fri Nov 03 19:36:14 2023 +0100 @@ -63,6 +63,10 @@ <td>Constructor</td> </tr> <tr> +<td><a href="#EditorStylesPage.__selectAnnotationColor">__selectAnnotationColor</a></td> +<td>Private method to select an annotation color and update the sample.</td> +</tr> +<tr> <td><a href="#EditorStylesPage.__setSampleStyleSheet">__setSampleStyleSheet</a></td> <td>Private method to colorize a sample with given foreground and background colors.</td> </tr> @@ -75,6 +79,14 @@ <td>Private slot to set the foreground colour of the error annotations.</td> </tr> <tr> +<td><a href="#EditorStylesPage.on_annotationsInformationBgButton_clicked">on_annotationsInformationBgButton_clicked</a></td> +<td>Private slot to set the background colour of the information annotations.</td> +</tr> +<tr> +<td><a href="#EditorStylesPage.on_annotationsInformationFgButton_clicked">on_annotationsInformationFgButton_clicked</a></td> +<td>Private slot to set the foreground colour of the information annotations.</td> +</tr> +<tr> <td><a href="#EditorStylesPage.on_annotationsStyleWarningBgButton_clicked">on_annotationsStyleWarningBgButton_clicked</a></td> <td>Private slot to set the background colour of the style annotations.</td> </tr> @@ -128,6 +140,28 @@ <p> Constructor </p> +<a NAME="EditorStylesPage.__selectAnnotationColor" ID="EditorStylesPage.__selectAnnotationColor"></a> +<h4>EditorStylesPage.__selectAnnotationColor</h4> +<b>__selectAnnotationColor</b>(<i>annotationType, isBackground, annotationSample</i>) + +<p> + Private method to select an annotation color and update the sample. +</p> +<dl> + +<dt><i>annotationType</i> (str)</dt> +<dd> +type of the annotation +</dd> +<dt><i>isBackground</i> (bool)</dt> +<dd> +flag indicating the background color +</dd> +<dt><i>annotationSample</i> (QLineEdit)</dt> +<dd> +reference to the annotation sample widget +</dd> +</dl> <a NAME="EditorStylesPage.__setSampleStyleSheet" ID="EditorStylesPage.__setSampleStyleSheet"></a> <h4>EditorStylesPage.__setSampleStyleSheet</h4> <b>__setSampleStyleSheet</b>(<i>sampleLineEdit, color, background</i>) @@ -165,6 +199,20 @@ <p> Private slot to set the foreground colour of the error annotations. </p> +<a NAME="EditorStylesPage.on_annotationsInformationBgButton_clicked" ID="EditorStylesPage.on_annotationsInformationBgButton_clicked"></a> +<h4>EditorStylesPage.on_annotationsInformationBgButton_clicked</h4> +<b>on_annotationsInformationBgButton_clicked</b>(<i></i>) + +<p> + Private slot to set the background colour of the information annotations. +</p> +<a NAME="EditorStylesPage.on_annotationsInformationFgButton_clicked" ID="EditorStylesPage.on_annotationsInformationFgButton_clicked"></a> +<h4>EditorStylesPage.on_annotationsInformationFgButton_clicked</h4> +<b>on_annotationsInformationFgButton_clicked</b>(<i></i>) + +<p> + Private slot to set the foreground colour of the information annotations. +</p> <a NAME="EditorStylesPage.on_annotationsStyleWarningBgButton_clicked" ID="EditorStylesPage.on_annotationsStyleWarningBgButton_clicked"></a> <h4>EditorStylesPage.on_annotationsStyleWarningBgButton_clicked</h4> <b>on_annotationsStyleWarningBgButton_clicked</b>(<i></i>)