diff -r 8f012c58f27e -r 52c76e6cb35b eric6/Documentation/Source/eric6.QScintilla.SearchReplaceWidget.html --- a/eric6/Documentation/Source/eric6.QScintilla.SearchReplaceWidget.html Mon Feb 22 19:15:06 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SearchReplaceWidget.html Mon Feb 22 19:30:16 2021 +0100 @@ -365,6 +365,14 @@ <td>Private method to mark all occurrences of the search text.</td> </tr> <tr> +<td><a href="#SearchReplaceWidget.__quickSearch">__quickSearch</a></td> +<td>Private slot to search for the entered text while typing.</td> +</tr> +<tr> +<td><a href="#SearchReplaceWidget.__quickSearchMarkOccurrences">__quickSearchMarkOccurrences</a></td> +<td>Private method to mark all occurrences of the search text.</td> +</tr> +<tr> <td><a href="#SearchReplaceWidget.__selectionBoundary">__selectionBoundary</a></td> <td>Private method to calculate the current selection boundary.</td> </tr> @@ -389,6 +397,10 @@ <td>Private method to set the enabled state of "Replace Occurrence".</td> </tr> <tr> +<td><a href="#SearchReplaceWidget.__setSearchEditColors">__setSearchEditColors</a></td> +<td>Private method to set the search edit colors.</td> +</tr> +<tr> <td><a href="#SearchReplaceWidget.__setShortcuts">__setShortcuts</a></td> <td>Private method to set the local action's shortcuts to the same key sequences as in the view manager.</td> </tr> @@ -401,6 +413,10 @@ <td>Private slot to display this widget in replace mode.</td> </tr> <tr> +<td><a href="#SearchReplaceWidget.__updateQuickSearchMarkers">__updateQuickSearchMarkers</a></td> +<td>Private slot to handle the selection of the various check boxes.</td> +</tr> +<tr> <td><a href="#SearchReplaceWidget.changeEvent">changeEvent</a></td> <td>Protected method handling state changes.</td> </tr> @@ -421,6 +437,10 @@ <td>Private slot to close the widget.</td> </tr> <tr> +<td><a href="#SearchReplaceWidget.on_extendButton_clicked">on_extendButton_clicked</a></td> +<td>Private slot to handle the quicksearch extend action.</td> +</tr> +<tr> <td><a href="#SearchReplaceWidget.on_findNextButton_clicked">on_findNextButton_clicked</a></td> <td>Private slot to find the next occurrence of text.</td> </tr> @@ -563,6 +583,34 @@ text to search for (string) </dd> </dl> +<a NAME="SearchReplaceWidget.__quickSearch" ID="SearchReplaceWidget.__quickSearch"></a> +<h4>SearchReplaceWidget.__quickSearch</h4> +<b>__quickSearch</b>(<i>txt</i>) + +<p> + Private slot to search for the entered text while typing. +</p> +<dl> + +<dt><i>txt</i> (str)</dt> +<dd> +text of the search edit +</dd> +</dl> +<a NAME="SearchReplaceWidget.__quickSearchMarkOccurrences" ID="SearchReplaceWidget.__quickSearchMarkOccurrences"></a> +<h4>SearchReplaceWidget.__quickSearchMarkOccurrences</h4> +<b>__quickSearchMarkOccurrences</b>(<i>txt</i>) + +<p> + Private method to mark all occurrences of the search text. +</p> +<dl> + +<dt><i>txt</i></dt> +<dd> +text to search for (string) +</dd> +</dl> <a NAME="SearchReplaceWidget.__selectionBoundary" ID="SearchReplaceWidget.__selectionBoundary"></a> <h4>SearchReplaceWidget.__selectionBoundary</h4> <b>__selectionBoundary</b>(<i>selections=None</i>) @@ -655,6 +703,20 @@ flag indicating the enable state to be set </dd> </dl> +<a NAME="SearchReplaceWidget.__setSearchEditColors" ID="SearchReplaceWidget.__setSearchEditColors"></a> +<h4>SearchReplaceWidget.__setSearchEditColors</h4> +<b>__setSearchEditColors</b>(<i>ok</i>) + +<p> + Private method to set the search edit colors. +</p> +<dl> + +<dt><i>ok</i> (bool)</dt> +<dd> +flag indicating a match +</dd> +</dl> <a NAME="SearchReplaceWidget.__setShortcuts" ID="SearchReplaceWidget.__setShortcuts"></a> <h4>SearchReplaceWidget.__setShortcuts</h4> <b>__setShortcuts</b>(<i></i>) @@ -691,6 +753,20 @@ text to be shown in the findtext edit </dd> </dl> +<a NAME="SearchReplaceWidget.__updateQuickSearchMarkers" ID="SearchReplaceWidget.__updateQuickSearchMarkers"></a> +<h4>SearchReplaceWidget.__updateQuickSearchMarkers</h4> +<b>__updateQuickSearchMarkers</b>(<i>on</i>) + +<p> + Private slot to handle the selection of the various check boxes. +</p> +<dl> + +<dt><i>on</i> (bool)</dt> +<dd> +status of the check box (ignored) +</dd> +</dl> <a NAME="SearchReplaceWidget.changeEvent" ID="SearchReplaceWidget.changeEvent"></a> <h4>SearchReplaceWidget.changeEvent</h4> <b>changeEvent</b>(<i>evt</i>) @@ -740,6 +816,13 @@ <p> Private slot to close the widget. </p> +<a NAME="SearchReplaceWidget.on_extendButton_clicked" ID="SearchReplaceWidget.on_extendButton_clicked"></a> +<h4>SearchReplaceWidget.on_extendButton_clicked</h4> +<b>on_extendButton_clicked</b>(<i></i>) + +<p> + Private slot to handle the quicksearch extend action. +</p> <a NAME="SearchReplaceWidget.on_findNextButton_clicked" ID="SearchReplaceWidget.on_findNextButton_clicked"></a> <h4>SearchReplaceWidget.on_findNextButton_clicked</h4> <b>on_findNextButton_clicked</b>(<i></i>) @@ -763,9 +846,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the find text combo (string) +text of the find text combo </dd> </dl> <a NAME="SearchReplaceWidget.on_replaceAllButton_clicked" ID="SearchReplaceWidget.on_replaceAllButton_clicked"></a>