diff -r 1540e501785f -r c712d09cc839 src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html --- a/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Fri Dec 22 11:04:32 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.UI.FindFileWidget.html Fri Dec 22 13:57:47 2023 +0100 @@ -324,6 +324,10 @@ <td>Private slot to handle the textChanged signal of the directory picker.</td> </tr> <tr> +<td><a href="#FindFileWidget.on_escapeToolButton_toggled">on_escapeToolButton_toggled</a></td> +<td>Private slot handling a change of the escape selector.</td> +</tr> +<tr> <td><a href="#FindFileWidget.on_filterCheckBox_clicked">on_filterCheckBox_clicked</a></td> <td>Private slot to handle the selection of the file filter check box.</td> </tr> @@ -348,6 +352,10 @@ <td>Private slot to handle the selection of the 'Project' radio button.</td> </tr> <tr> +<td><a href="#FindFileWidget.on_regexpToolButton_toggled">on_regexpToolButton_toggled</a></td> +<td>Private slot handling a change of the regexp selector.</td> +</tr> +<tr> <td><a href="#FindFileWidget.on_replaceButton_clicked">on_replaceButton_clicked</a></td> <td>Private slot to perform the requested replace actions.</td> </tr> @@ -656,6 +664,20 @@ (ignored) </dd> </dl> +<a NAME="FindFileWidget.on_escapeToolButton_toggled" ID="FindFileWidget.on_escapeToolButton_toggled"></a> +<h4>FindFileWidget.on_escapeToolButton_toggled</h4> +<b>on_escapeToolButton_toggled</b>(<i>checked</i>) + +<p> + Private slot handling a change of the escape selector. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the escape selector +</dd> +</dl> <a NAME="FindFileWidget.on_filterCheckBox_clicked" ID="FindFileWidget.on_filterCheckBox_clicked"></a> <h4>FindFileWidget.on_filterCheckBox_clicked</h4> <b>on_filterCheckBox_clicked</b>(<i></i>) @@ -727,6 +749,20 @@ <p> Private slot to handle the selection of the 'Project' radio button. </p> +<a NAME="FindFileWidget.on_regexpToolButton_toggled" ID="FindFileWidget.on_regexpToolButton_toggled"></a> +<h4>FindFileWidget.on_regexpToolButton_toggled</h4> +<b>on_regexpToolButton_toggled</b>(<i>checked</i>) + +<p> + Private slot handling a change of the regexp selector. +</p> +<dl> + +<dt><i>checked</i> (bool)</dt> +<dd> +state of the regexp selector +</dd> +</dl> <a NAME="FindFileWidget.on_replaceButton_clicked" ID="FindFileWidget.on_replaceButton_clicked"></a> <h4>FindFileWidget.on_replaceButton_clicked</h4> <b>on_replaceButton_clicked</b>(<i></i>)