src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html

branch
eric7
changeset 9977
a5acf678c367
parent 9938
b8005dd4fc9b
child 10417
c6011e501282
--- a/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Wed Apr 12 13:10:09 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Thu Apr 13 19:33:10 2023 +0200
@@ -429,6 +429,10 @@
 <td>Public method to get the search or replace history list.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.getSearchSelectionHighlight">getSearchSelectionHighlight</a></td>
+<td>Public method to get the start and end of the selection highlight.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.gotoLine">gotoLine</a></td>
 <td>Public slot to jump to the beginning of a line.</td>
 </tr>
@@ -1499,6 +1503,25 @@
 the requested history list (list of strings)
 </dd>
 </dl>
+<a NAME="MiniEditor.getSearchSelectionHighlight" ID="MiniEditor.getSearchSelectionHighlight"></a>
+<h4>MiniEditor.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="MiniEditor.gotoLine" ID="MiniEditor.gotoLine"></a>
 <h4>MiniEditor.gotoLine</h4>
 <b>gotoLine</b>(<i>line, pos=1</i>)

eric ide

mercurial