diff -r dd7ed346b052 -r ccac2d1f6858 Documentation/Source/eric6.UI.SearchWidget.html --- a/Documentation/Source/eric6.UI.SearchWidget.html Thu Nov 01 15:43:03 2018 +0100 +++ b/Documentation/Source/eric6.UI.SearchWidget.html Thu Nov 01 18:46:44 2018 +0100 @@ -45,14 +45,14 @@ Class implementing the search box for the shell, terminal and log viewer. </p><h3>Signals</h3> <dl> -<dt>searchNext(text, caseSensitive, wholeWord)</dt> -<dd> -emitted when the user - pressed the next button (string, boolean, boolean) -</dd><dt>searchPrevious(text, caseSensitive, wholeWord)</dt> +<dt>searchNext(text, caseSensitive, wholeWord, regexp)</dt> <dd> emitted when the - user pressed the previous button (string, boolean, boolean) + user pressed the next button (string, boolean, boolean) +</dd><dt>searchPrevious(text, caseSensitive, wholeWord, regexp)</dt> +<dd> +emitted when + the user pressed the previous button (string, boolean, boolean) </dd> </dl> <h3>Derived from</h3> @@ -105,23 +105,26 @@ </table> <a NAME="SearchWidget.__init__" ID="SearchWidget.__init__"></a> <h4>SearchWidget (Constructor)</h4> -<b>SearchWidget</b>(<i>mainWindow, parent=None, spacer=True, showLine=False</i>) +<b>SearchWidget</b>(<i>mainWindow, parent=None, spacer=True, showLine=False, hideRegExp=False</i>) <p> Constructor </p><dl> -<dt><i>mainWindow</i></dt> +<dt><i>mainWindow</i> (QWidget)</dt> <dd> -reference to the main window (QWidget) -</dd><dt><i>parent</i></dt> +reference to the main window +</dd><dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) -</dd><dt><i>spacer</i></dt> +reference to the parent widget +</dd><dt><i>spacer</i> (bool)</dt> <dd> flag indicating to add a vertical spacer to the - main layout (boolean) -</dd><dt><i>showLine</i></dt> + main layout +</dd><dt><i>showLine</i> (bool)</dt> <dd> -flag indicating to show all widget in one row (boolean) +flag indicating to show all widget in one row +</dd><dt><i>hideRegExp</i> (bool)</dt> +<dd> +flag indicating to hide the Regexp checkbox </dd> </dl><a NAME="SearchWidget.__findByReturnPressed" ID="SearchWidget.__findByReturnPressed"></a> <h4>SearchWidget.__findByReturnPressed</h4>