#OTHER
authorClaus Gittinger <cg@exept.de>
Tue, 29 Sep 2015 19:20:20 +0200
changeset 15861 64bd3e69ee09
parent 15860 36337d6ff223
child 15862 1198916c15ac
#OTHER class: Tools::Inspector2
Tools__Inspector2.st
--- a/Tools__Inspector2.st	Tue Sep 29 19:19:19 2015 +0200
+++ b/Tools__Inspector2.st	Tue Sep 29 19:20:20 2015 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -1298,6 +1300,7 @@
     "Modified: / 10-03-2015 / 09:46:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !Inspector2::NavigationState class methodsFor:'creating classes'!
 
 for:anObject 
@@ -1474,7 +1477,7 @@
     "/ Old style - tabs are specified by method #inspector2Tabs
     selectors do: [:selector| self initializeTab: selector ].
 
-    "/ New style - tab are defined by method with annotation
+    "/ New style - tab are defined by methods with <inspector2Tab> annotation
     class := theObject class.
     [ class notNil ] whileTrue:[ 
         class selectorsAndMethodsDo: [ :selector :method |