#FEATURE by exept
authorClaus Gittinger <cg@exept.de>
Mon, 16 Sep 2019 17:56:54 +0200
changeset 19190 861e8a05d3e9
parent 19189 39d98e426492
child 19191 39c1971d868b
#FEATURE by exept class: InspectorView added: #hideHexDumpView:
InspectorView.st
--- a/InspectorView.st	Mon Sep 16 17:30:11 2019 +0200
+++ b/InspectorView.st	Mon Sep 16 17:56:54 2019 +0200
@@ -1402,6 +1402,13 @@
     "Created: 28.6.1996 / 15:08:32 / cg"
 !
 
+hideHexDumpView:aBoolean
+    "hide/show the hexDump view (ignored by inspectors which have none);
+     Use this for embedded inspectors (which would grow too big otherwise)"
+
+    "/ intentionally ignored here
+!
+
 hideMessages:aBoolean
     "hide/show the messages-entries in the field list;
      This can be hidden for end-user applications"