--- a/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html Mon Nov 01 16:53:32 2021 +0100 +++ b/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html Mon Nov 01 16:58:52 2021 +0100 @@ -1615,6 +1615,10 @@ <td>Protected method to handle the user input a key at a time.</td> </tr> <tr> +<td><a href="#MiniScintilla.mousePressEvent">mousePressEvent</a></td> +<td>Protected method to handle the mouse press event.</td> +</tr> +<tr> <td><a href="#MiniScintilla.removeTrailingWhitespace">removeTrailingWhitespace</a></td> <td>Public method to remove trailing whitespace.</td> </tr> @@ -1736,6 +1740,20 @@ key event </dd> </dl> +<a NAME="MiniScintilla.mousePressEvent" ID="MiniScintilla.mousePressEvent"></a> +<h4>MiniScintilla.mousePressEvent</h4> +<b>mousePressEvent</b>(<i>event</i>) + +<p> + Protected method to handle the mouse press event. +</p> +<dl> + +<dt><i>event</i> (QMouseEvent)</dt> +<dd> +the mouse press event +</dd> +</dl> <a NAME="MiniScintilla.removeTrailingWhitespace" ID="MiniScintilla.removeTrailingWhitespace"></a> <h4>MiniScintilla.removeTrailingWhitespace</h4> <b>removeTrailingWhitespace</b>(<i></i>)