--- a/Documentation/Source/eric5.UI.SearchWidget.html Tue May 01 16:01:44 2012 +0200 +++ b/Documentation/Source/eric5.UI.SearchWidget.html Tue May 01 18:01:13 2012 +0200 @@ -93,6 +93,9 @@ <td><a href="#SearchWidget.on_findtextCombo_editTextChanged">on_findtextCombo_editTextChanged</a></td> <td>Private slot to enable/disable the find buttons.</td> </tr><tr> +<td><a href="#SearchWidget.searchStringFound">searchStringFound</a></td> +<td>Public slot to indicate that the search string was found.</td> +</tr><tr> <td><a href="#SearchWidget.showFind">showFind</a></td> <td>Public method to display this widget.</td> </tr> @@ -161,6 +164,16 @@ <dd> text of the combobox (string) </dd> +</dl><a NAME="SearchWidget.searchStringFound" ID="SearchWidget.searchStringFound"></a> +<h4>SearchWidget.searchStringFound</h4> +<b>searchStringFound</b>(<i>found</i>) +<p> + Public slot to indicate that the search string was found. +</p><dl> +<dt><i>found</i></dt> +<dd> +flag indicating success (boolean) +</dd> </dl><a NAME="SearchWidget.showFind" ID="SearchWidget.showFind"></a> <h4>SearchWidget.showFind</h4> <b>showFind</b>(<i>txt=""</i>)