mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 05:05:19 -05:00
sys: Add highlighting provider function support, move pattern highlighting code out of hex editor
This commit is contained in:
@@ -165,7 +165,8 @@ namespace hex::init {
|
||||
bool deleteSharedData() {
|
||||
ImHexApi::System::getInitArguments().clear();
|
||||
ImHexApi::Tasks::getDeferredCalls().clear();
|
||||
ImHexApi::HexEditor::getHighlights().clear();
|
||||
ImHexApi::HexEditor::impl::getHighlights().clear();
|
||||
ImHexApi::HexEditor::impl::getHighlightingFunctions().clear();
|
||||
|
||||
while (ImHexApi::Provider::isValid())
|
||||
ImHexApi::Provider::remove(ImHexApi::Provider::get());
|
||||
|
||||
Reference in New Issue
Block a user