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

branch
eric7
changeset 9938
b8005dd4fc9b
parent 9925
a267ac36dd69
child 9977
a5acf678c367
--- a/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Mon Mar 27 22:05:05 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.Editor.html	Tue Mar 28 10:14:23 2023 +0200
@@ -1019,6 +1019,10 @@
 <td>Public method to clear all search indicators.</td>
 </tr>
 <tr>
+<td><a href="#Editor.clearSearchSelectionHighlight">clearSearchSelectionHighlight</a></td>
+<td>Public method to clear all highlights.</td>
+</tr>
+<tr>
 <td><a href="#Editor.clearStyleWarnings">clearStyleWarnings</a></td>
 <td>Public slot to clear all style warnings.</td>
 </tr>
@@ -1355,6 +1359,10 @@
 <td>Public method to highlight [or de-highlight] a particular line.</td>
 </tr>
 <tr>
+<td><a href="#Editor.highlightSearchSelection">highlightSearchSelection</a></td>
+<td>Public method to set a highlight for the selection at the start of a search.</td>
+</tr>
+<tr>
 <td><a href="#Editor.highlightVisible">highlightVisible</a></td>
 <td>Public method to make sure that the highlight is visible.</td>
 </tr>
@@ -4530,6 +4538,13 @@
 <p>
         Public method to clear all search indicators.
 </p>
+<a NAME="Editor.clearSearchSelectionHighlight" ID="Editor.clearSearchSelectionHighlight"></a>
+<h4>Editor.clearSearchSelectionHighlight</h4>
+<b>clearSearchSelectionHighlight</b>(<i></i>)
+
+<p>
+        Public method to clear all highlights.
+</p>
 <a NAME="Editor.clearStyleWarnings" ID="Editor.clearStyleWarnings"></a>
 <h4>Editor.clearStyleWarnings</h4>
 <b>clearStyleWarnings</b>(<i></i>)
@@ -5843,6 +5858,32 @@
 flag indicating a syntax error (boolean)
 </dd>
 </dl>
+<a NAME="Editor.highlightSearchSelection" ID="Editor.highlightSearchSelection"></a>
+<h4>Editor.highlightSearchSelection</h4>
+<b>highlightSearchSelection</b>(<i>startLine, startIndex, endLine, endIndex</i>)
+
+<p>
+        Public method to set a highlight for the selection at the start of a search.
+</p>
+<dl>
+
+<dt><i>startLine</i> (int)</dt>
+<dd>
+line of the selection start
+</dd>
+<dt><i>startIndex</i> (int)</dt>
+<dd>
+index of the selection start
+</dd>
+<dt><i>endLine</i> (int)</dt>
+<dd>
+line of the selection end
+</dd>
+<dt><i>endIndex</i> (int)</dt>
+<dd>
+index of the selection end
+</dd>
+</dl>
 <a NAME="Editor.highlightVisible" ID="Editor.highlightVisible"></a>
 <h4>Editor.highlightVisible</h4>
 <b>highlightVisible</b>(<i></i>)

eric ide

mercurial