Tools__Inspector2.st
changeset 18164 e694e7e1778c
parent 18021 1abd5c3a44de
child 18229 a5b943fbd44e
--- a/Tools__Inspector2.st	Mon May 28 14:21:33 2018 +0200
+++ b/Tools__Inspector2.st	Mon May 28 14:23:45 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -1103,6 +1105,14 @@
 
 !Inspector2 methodsFor:'configuration'!
 
+headLineLabelView
+    "for compatibility with InspectorView - dummy"
+
+    ^ nil
+
+    "Created: / 28-05-2018 / 13:32:57 / Claus Gittinger"
+!
+
 hideHashes:aBoolean
     "compatibiliy with InspectorView - must be implemented"
 
@@ -1115,6 +1125,14 @@
     #todo
 !
 
+hideReceiver:aBoolean
+    "for compatibility with InspectorView - dummy"
+
+    ^ self
+
+    "Created: / 28-05-2018 / 13:33:28 / Claus Gittinger"
+!
+
 maxItemsInHistory:aNumber
     self navigationHistoryHolder value maxItemsInHistory:aNumber
 !