patterns: Fixed highlighting of custom sections

This commit is contained in:
WerWolv
2023-02-17 14:53:15 +01:00
parent 21dc65f42a
commit 64e34e42b8
5 changed files with 31 additions and 5 deletions

View File

@@ -66,6 +66,9 @@ namespace hex::plugin::builtin {
bool m_autoLoadPatterns = true;
std::map<prv::Provider*, std::move_only_function<void()>> m_sectionWindowDrawer;
ui::HexEditor m_sectionHexEditor;
private:
void drawConsole(ImVec2 size, const std::vector<std::pair<pl::core::LogConsole::Level, std::string>> &console);
void drawEnvVars(ImVec2 size, std::list<PlData::EnvVar> &envVars);