--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat Jan 13 12:58:16 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Sat Jan 13 13:01:09 2024 +0100 @@ -594,6 +594,14 @@ <td>Private slot to handle the marginClicked signal.</td> </tr> <tr> +<td><a href="#Editor.__marginHoverEnd">__marginHoverEnd</a></td> +<td>Private slot cancelling the display of syntax error or a warning marker text.</td> +</tr> +<tr> +<td><a href="#Editor.__marginHoverStart">__marginHoverStart</a></td> +<td>Private slot showing the text of a syntax error or a warning marker.</td> +</tr> +<tr> <td><a href="#Editor.__marginNumber">__marginNumber</a></td> <td>Private method to calculate the margin number based on a x position.</td> </tr> @@ -3339,6 +3347,35 @@ keyboard modifiers </dd> </dl> +<a NAME="Editor.__marginHoverEnd" ID="Editor.__marginHoverEnd"></a> +<h4>Editor.__marginHoverEnd</h4> +<b>__marginHoverEnd</b>(<i></i>) +<p> + Private slot cancelling the display of syntax error or a warning marker text. +</p> + +<a NAME="Editor.__marginHoverStart" ID="Editor.__marginHoverStart"></a> +<h4>Editor.__marginHoverStart</h4> +<b>__marginHoverStart</b>(<i>pos, x, y</i>) +<p> + Private slot showing the text of a syntax error or a warning marker. +</p> + +<dl> + +<dt><i>pos</i> (int)</dt> +<dd> +mouse position into the document +</dd> +<dt><i>x</i> (int)</dt> +<dd> +x-value of mouse screen position +</dd> +<dt><i>y</i> (int)</dt> +<dd> +y-value of mouse screen position +</dd> +</dl> <a NAME="Editor.__marginNumber" ID="Editor.__marginNumber"></a> <h4>Editor.__marginNumber</h4> <b>__marginNumber</b>(<i>xPos</i>)