OrderedCollectionInspectorView.st
branchjv
changeset 12205 f210b6224ef0
parent 12128 a7ff7d66ee85
child 12262 d25ef6bb0ef3
--- a/OrderedCollectionInspectorView.st	Wed Mar 21 14:05:42 2012 +0000
+++ b/OrderedCollectionInspectorView.st	Wed Mar 21 17:50:14 2012 +0000
@@ -137,6 +137,8 @@
 !
 
 derivedFields
+    "provide any derived (computed, virtual) fields"
+
     ^ Dictionary new
         declareAllNewFrom:(super derivedFields ? #());
         add:('-size' -> [ object size ]);
@@ -144,6 +146,7 @@
 
     "Created: / 22-08-2006 / 11:55:29 / cg"
     "Modified: / 09-10-2006 / 12:27:32 / cg"
+    "Modified (comment): / 09-03-2012 / 09:54:17 / cg"
 !
 
 indexList 
@@ -189,13 +192,13 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Id: OrderedCollectionInspectorView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.44 2012/03/09 09:03:49 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.43 2011/01/27 11:09:38 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.44 2012/03/09 09:03:49 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: OrderedCollectionInspectorView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+    ^ '$Id: OrderedCollectionInspectorView.st 7952 2012-03-21 17:50:14Z vranyj1 $'
 ! !