diff -r f45fd45cb11d -r c18ca679259d src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Wed Jan 03 16:29:32 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Wed Jan 03 17:36:30 2024 +0100 @@ -28,6 +28,10 @@ <td><a href="#EditorIconId">EditorIconId</a></td> <td>Class defining the completion icon IDs.</td> </tr> +<tr> +<td><a href="#EditorWarningKind">EditorWarningKind</a></td> +<td>Class defining the kind of warnings supported by the Editor class.</td> +</tr> </table> <h3>Functions</h3> @@ -171,7 +175,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>CancelEditToken</td></tr><tr><td>EncloseChars</td></tr><tr><td>EndEditToken</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>VcsConflictMarkerLineRegExpList</td></tr><tr><td>WarningCode</td></tr><tr><td>WarningError</td></tr><tr><td>WarningInfo</td></tr><tr><td>WarningPython</td></tr><tr><td>WarningStyle</td></tr> +<tr><td>CancelEditToken</td></tr><tr><td>EncloseChars</td></tr><tr><td>EndEditToken</td></tr><tr><td>RequestSyncToken</td></tr><tr><td>Separator</td></tr><tr><td>StartEditToken</td></tr><tr><td>SyncToken</td></tr><tr><td>VcsConflictMarkerLineRegExpList</td></tr> </table> <h3>Class Methods</h3> @@ -2312,10 +2316,9 @@ </p> <dl> -<dt><i>warningKind</i> (int)</dt> -<dd> -kind of warning to clear (Editor.WarningCode, - Editor.WarningPython, Editor.WarningStyle) +<dt><i>warningKind</i> (EditorWarningKind)</dt> +<dd> +kind of warning to clear </dd> </dl> <a NAME="Editor.__codeCoverageHideAnnotations" ID="Editor.__codeCoverageHideAnnotations"></a> @@ -7614,7 +7617,7 @@ </dl> <a NAME="Editor.toggleWarning" ID="Editor.toggleWarning"></a> <h4>Editor.toggleWarning</h4> -<b>toggleWarning</b>(<i>line, col, setWarning, msg="", warningType=WarningCode</i>) +<b>toggleWarning</b>(<i>line, col, setWarning, msg="", warningType=EditorWarningKind.Code, </i>) <p> Public method to toggle a warning indicator. @@ -7641,7 +7644,7 @@ <dd> warning message </dd> -<dt><i>warningType</i> (int)</dt> +<dt><i>warningType</i> (EditorWarningKind)</dt> <dd> type of warning message </dd> @@ -7798,4 +7801,36 @@ <div align="right"><a href="#top">Up</a></div> <hr /> +<hr /> +<a NAME="EditorWarningKind" ID="EditorWarningKind"></a> +<h2>EditorWarningKind</h2> + +<p> + Class defining the kind of warnings supported by the Editor class. +</p> +<h3>Derived from</h3> +enum.Enum +<h3>Class Attributes</h3> + +<table> +<tr><td>Code</td></tr><tr><td>Error</td></tr><tr><td>Info</td></tr><tr><td>Python</td></tr><tr><td>Style</td></tr> +</table> +<h3>Class Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Static Methods</h3> + +<table> +<tr><td>None</td></tr> +</table> + +<div align="right"><a href="#top">Up</a></div> +<hr /> </body></html> \ No newline at end of file