57 @param fromEric flag indicating whether it was called from within |
57 @param fromEric flag indicating whether it was called from within |
58 eric (boolean) |
58 eric (boolean) |
59 @param project reference to the project object (Project) |
59 @param project reference to the project object (Project) |
60 """ |
60 """ |
61 super().__init__(parent) |
61 super().__init__(parent) |
62 self.setObjectName("eric6_hex_editor") |
62 self.setObjectName("eric7_hex_editor") |
63 |
63 |
64 self.__srHistory = { |
64 self.__srHistory = { |
65 "search": [], |
65 "search": [], |
66 # list of recent searches (tuple of format type index and |
66 # list of recent searches (tuple of format type index and |
67 # search term) |
67 # search term) |