mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
feat: Added option to highlight pattern parents in the hex editor when hovering
This commit is contained in:
@@ -21,7 +21,7 @@ namespace hex::plugin::builtin {
|
||||
bool valid = false;
|
||||
|
||||
TaskHolder task;
|
||||
prv::Provider *analyzedProvider = nullptr;
|
||||
const prv::Provider *analyzedProvider = nullptr;
|
||||
Region analysisRegion = { 0, 0 };
|
||||
|
||||
ui::RegionType selectionType = ui::RegionType::EntireData;
|
||||
|
||||
@@ -221,7 +221,10 @@ namespace hex::plugin::builtin {
|
||||
|
||||
std::array<AccessData, 512> m_accessHistory = {};
|
||||
u32 m_accessHistoryIndex = 0;
|
||||
bool replace = false;
|
||||
bool m_parentHighlightingEnabled = true;
|
||||
bool m_replaceMode = false;
|
||||
|
||||
|
||||
static inline std::array<std::string,256> m_findHistory;
|
||||
static inline u32 m_findHistorySize = 0;
|
||||
static inline u32 m_findHistoryIndex = 0;
|
||||
|
||||
Reference in New Issue
Block a user