--- a/src/eric7/UI/FindFileWidget.py Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/UI/FindFileWidget.py Wed Dec 20 19:28:22 2023 +0100 @@ -35,6 +35,7 @@ from .Ui_FindFileWidget import Ui_FindFileWidget +# TODO: add support for search and replace strings with escape codes class FindFileWidget(QWidget, Ui_FindFileWidget): """ Class implementing a widget to search for text in files and replace it