diff -r e7764f992a01 -r b51dfacef37f src/eric7/Documentation/Source/eric7.QScintilla.Editor.html --- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Fri Oct 27 14:07:03 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Fri Oct 27 14:09:40 2023 +0200 @@ -552,7 +552,7 @@ </tr> <tr> <td><a href="#Editor.__marginClicked">__marginClicked</a></td> -<td></td> +<td>Private slot to handle the marginClicked signal.</td> </tr> <tr> <td><a href="#Editor.__marginNumber">__marginNumber</a></td> @@ -1360,7 +1360,7 @@ </tr> <tr> <td><a href="#Editor.highlight">highlight</a></td> -<td></td> +<td>Public method to highlight [or de-highlight] a particular line.</td> </tr> <tr> <td><a href="#Editor.highlightSearchSelection">highlightSearchSelection</a></td> @@ -3138,6 +3138,24 @@ <h4>Editor.__marginClicked</h4> <b>__marginClicked</b>(<i>margin, line, modifiers</i>) +<p> + Private slot to handle the marginClicked signal. +</p> +<dl> + +<dt><i>margin</i></dt> +<dd> +id of the clicked margin (integer) +</dd> +<dt><i>line</i></dt> +<dd> +line number of the click (integer) +</dd> +<dt><i>modifiers</i></dt> +<dd> +keyboard modifiers (Qt.KeyboardModifiers) +</dd> +</dl> <a NAME="Editor.__marginNumber" ID="Editor.__marginNumber"></a> <h4>Editor.__marginNumber</h4> <b>__marginNumber</b>(<i>xPos</i>) @@ -5833,6 +5851,25 @@ <h4>Editor.highlight</h4> <b>highlight</b>(<i>line=None, error=False, syntaxError=False</i>) +<p> + Public method to highlight [or de-highlight] a particular line. +</p> +<dl> + +<dt><i>line</i></dt> +<dd> +line number to highlight (integer) +</dd> +<dt><i>error</i></dt> +<dd> +flag indicating whether the error highlight should be + used (boolean) +</dd> +<dt><i>syntaxError</i></dt> +<dd> +flag indicating a syntax error (boolean) +</dd> +</dl> <a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a> <h4>Editor.highlightSearchSelection</h4> <b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)