1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/source
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
..
helpers build/plugins: Added initial support for Rust plugins (#327) 2021-10-16 11:37:29 +02:00
init sys: Fix macOS compilation (as of 2dc1886) (#317) 2021-10-09 23:07:58 +02:00
providers sys: Fixed Project load/save and Save as command 2021-10-07 22:51:16 +02:00
views add regex filter in string view (#345) 2021-11-25 08:46:42 +01:00
window fix: ImHex crashing after splash screen if no plugins are loaded. Closes #315 2021-11-11 18:59:44 +01:00
main.cpp sys: Tons of long overdue cleanup 2021-09-08 15:18:24 +02:00