feat: Add setting to only show data inspector rows matching exact size

#2684
This commit is contained in:
WerWolv
2026-03-13 21:00:06 +01:00
parent 21a94d67c2
commit e668feb807
5 changed files with 45 additions and 25 deletions

View File

@@ -3,6 +3,7 @@
#include <hex/ui/view.hpp>
#include <ui/visualizer_drawer.hpp>
#include <hex/api/imhex_api/hex_editor.hpp>
#include <hex/api/content_registry/views.hpp>
#include <hex/api/content_registry/data_inspector.hpp>
#include <hex/api/task_manager.hpp>
@@ -67,9 +68,8 @@ namespace hex::plugin::builtin {
bool m_reverse = false;
ui::VisualizerDrawer m_visualizerDrawer;
u64 m_startAddress = 0;
ImHexApi::HexEditor::ProviderRegion m_selectedRegion;
size_t m_validBytes = 0;
prv::Provider *m_selectedProvider = nullptr;
std::atomic<bool> m_dataValid = false;
pl::PatternLanguage m_runtime;