class: ContextInspectorView
authorClaus Gittinger <cg@exept.de>
Sun, 01 Sep 2013 11:00:46 +0200
changeset 13454 feba94447645
parent 13453 ddc48bfab4c7
child 13455 510fbf53592c
class: ContextInspectorView comment/format in: #fieldList
ContextInspectorView.st
--- a/ContextInspectorView.st	Sun Sep 01 10:53:50 2013 +0200
+++ b/ContextInspectorView.st	Sun Sep 01 11:00:46 2013 +0200
@@ -470,6 +470,8 @@
 !
 
 fieldList
+    "generate a list of names (& pseudo names) to be shown on the left side"
+
     names size == 0 ifTrue:[
         inspectedContext home isNil ifTrue:[
             "/ hack to guide beginners
@@ -676,10 +678,10 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.88 2013-09-01 08:53:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.89 2013-09-01 09:00:46 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.88 2013-09-01 08:53:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.89 2013-09-01 09:00:46 cg Exp $'
 ! !