src/eric7/UI/FindFileWidget.py

branch
eric7
changeset 10430
e440aaf179ce
parent 10373
093dcebe5ecb
child 10433
328f3ec4b77a
--- 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

eric ide

mercurial