--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Wed Apr 12 13:10:09 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html Thu Apr 13 19:33:10 2023 +0200 @@ -1243,6 +1243,10 @@ <td>Public method to get the lines containing a search indicator.</td> </tr> <tr> +<td><a href="#Editor.getSearchSelectionHighlight">getSearchSelectionHighlight</a></td> +<td>Public method to get the start and end of the selection highlight.</td> +</tr> +<tr> <td><a href="#Editor.getSearchText">getSearchText</a></td> <td>Public method to determine the selection or the current word for the next search operation.</td> </tr> @@ -5386,6 +5390,25 @@ list of lines containing a search indicator (list of integer) </dd> </dl> +<a NAME="Editor.getSearchSelectionHighlight" ID="Editor.getSearchSelectionHighlight"></a> +<h4>Editor.getSearchSelectionHighlight</h4> +<b>getSearchSelectionHighlight</b>(<i></i>) + +<p> + Public method to get the start and end of the selection highlight. +</p> +<dl> +<dt>Return:</dt> +<dd> +tuple containing the start line and index and the end line and index +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (int, int, int, int) +</dd> +</dl> <a NAME="Editor.getSearchText" ID="Editor.getSearchText"></a> <h4>Editor.getSearchText</h4> <b>getSearchText</b>(<i>selectionOnly=False</i>)