mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-30 13:05:25 -05:00
feat: Add setting to only show data inspector rows matching exact size
#2684
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user