We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27935b1 commit a4af283Copy full SHA for a4af283
plugins/builtin/include/content/views/view_hex_editor.hpp
@@ -1,5 +1,7 @@
1
#pragma once
2
3
+#include "hex/api/content_registry/views.hpp"
4
+
5
#include <hex/ui/view.hpp>
6
7
#include <ui/hex_editor.hpp>
@@ -42,6 +44,10 @@ namespace hex::plugin::builtin {
42
44
m_hexEditor.jumpIfOffScreen();
43
45
}
46
47
+ View* getMenuItemInheritView() const override {
48
+ return ContentRegistry::Views::getViewByName("hex.builtin.view.data_inspector.name");
49
+ }
50
51
public:
52
class Popup {
53
0 commit comments