1
0
mirror of synced 2024-11-15 03:27:40 +01:00
ImHex/source/views
qdlmcfresh 372908ba9d
add regex filter in string view (#345)
* Filter by regex in string view

* Dont recompile the regex for every string, display error message

* localization

* Use data->Buf for pattern creation / searching
The filter string seems to get updated after the callback finished.
Therefore the search string was always 1 character behind the actual
string in the textfield when calling find() / creating the regex.
2021-11-25 08:46:42 +01:00
..
view_bookmarks.cpp ui: Fixed bookmark headers closing when changing its name 2021-10-26 22:09:30 +02:00
view_command_palette.cpp ui: Improved command palette 2021-10-07 16:25:59 +02:00
view_constants.cpp sys: Finish implementing constants view and its store 2021-09-09 12:58:44 +02:00
view_data_inspector.cpp sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
view_data_processor.cpp sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
view_diff.cpp fix: ImHex crashing after splash screen if no plugins are loaded. Closes #315 2021-11-11 18:59:44 +01:00
view_disassembler.cpp sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
view_hashes.cpp Fix CRC and hash calculations (#321) 2021-10-26 17:21:48 +02:00
view_help.cpp warnings: fix format-security warnings (#299) 2021-09-15 10:02:16 +02:00
view_hexeditor.cpp Fix syntax error when copying rust array to clipboard (#348) 2021-11-25 08:44:48 +01:00
view_information.cpp sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
view_patches.cpp sys: Allow multiple files to be loaded simultaneously 2021-09-21 02:29:54 +02:00
view_pattern_data.cpp ui: Fixed pattern data view lang name overlap 2021-10-07 20:34:18 +02:00
view_pattern_editor.cpp Close button in pattern popup (#325) 2021-10-14 19:05:35 +02:00
view_settings.cpp ui: Moved hex editor settings to settings menu 2021-09-20 23:40:36 +02:00
view_store.cpp store: Remove extracted tar content when deleting tar 2021-10-17 22:23:01 +02:00
view_strings.cpp add regex filter in string view (#345) 2021-11-25 08:46:42 +01:00
view_tools.cpp lang: Added German translation, improved language handling 2021-03-03 22:26:17 +01:00
view_yara.cpp yara: Added support for displaying variable names 2021-11-04 20:41:56 +01:00