--- a/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Fri Jan 22 14:14:15 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Fri Jan 22 16:48:43 2021 +0100 @@ -290,6 +290,10 @@ <td>Public method to get the recently found target.</td> </tr> <tr> +<td><a href="#QsciScintillaCompat.getGlobalCursorPosition">getGlobalCursorPosition</a></td> +<td>Public method to determine the point of the cursor.</td> +</tr> +<tr> <td><a href="#QsciScintillaCompat.getIndicatorEndPos">getIndicatorEndPos</a></td> <td>Public method to get the end position of an indicator at a position.</td> </tr> @@ -1319,6 +1323,25 @@ (integer, integer) </dd> </dl> +<a NAME="QsciScintillaCompat.getGlobalCursorPosition" ID="QsciScintillaCompat.getGlobalCursorPosition"></a> +<h4>QsciScintillaCompat.getGlobalCursorPosition</h4> +<b>getGlobalCursorPosition</b>(<i></i>) + +<p> + Public method to determine the point of the cursor. +</p> +<dl> +<dt>Return:</dt> +<dd> +point of the cursor +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QPoint +</dd> +</dl> <a NAME="QsciScintillaCompat.getIndicatorEndPos" ID="QsciScintillaCompat.getIndicatorEndPos"></a> <h4>QsciScintillaCompat.getIndicatorEndPos</h4> <b>getIndicatorEndPos</b>(<i>indicator, pos</i>)