--- a/HexEdit/HexEditSearchReplaceWidget.py Sun Jan 10 18:03:35 2016 +0100 +++ b/HexEdit/HexEditSearchReplaceWidget.py Sun Jan 10 19:50:06 2016 +0100 @@ -18,6 +18,9 @@ import UI.PixmapCache +# TODO: make the histories containing tuples with format index and text +# TODO: add more format types (Dec, Oct, Bin) +# TODO: add input validators to limit the find/replace input (use QRegExpValidator) class HexEditSearchReplaceWidget(QWidget): """ Class implementing a search and replace widget for the hex editor.