1
0
mirror of synced 2024-11-17 12:27:13 +01:00
ImHex/plugins/builtin/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
..
content patterns: Added ability to format patterns as strings. 2021-11-04 20:41:56 +01:00
lang add regex filter in string view (#345) 2021-11-25 08:46:42 +01:00
math_evaluator.cpp Huge refactoring of builtin features into an external plugin 2021-01-22 18:01:42 +01:00
plugin_builtin.cpp i18n: Chinese(Simplified) (#303) 2021-09-20 18:41:22 +02:00