OrderedCollectionInspectorView.st
branchjv
changeset 12401 4714b9640528
parent 12287 400a99059170
parent 11729 28a9e5cf7f79
child 12431 9f0c59c742d5
--- a/OrderedCollectionInspectorView.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/OrderedCollectionInspectorView.st	Wed Jan 30 11:15:09 2013 +0000
@@ -44,6 +44,7 @@
 
 ! !
 
+
 !OrderedCollectionInspectorView methodsFor:'menu'!
 
 fieldMenu
@@ -122,6 +123,7 @@
     "Modified: / 06-08-2012 / 09:01:56 / cg"
 ! !
 
+
 !OrderedCollectionInspectorView methodsFor:'private'!
 
 baseInspectedObjectClass
@@ -164,6 +166,7 @@
     "Created: / 13-06-2012 / 10:13:16 / cg"
 ! !
 
+
 !OrderedCollectionInspectorView methodsFor:'user interaction'!
 
 indexedValueAtIndex:idx
@@ -189,16 +192,18 @@
     ]
 ! !
 
+
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012/08/06 07:02:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012-08-06 07:02:02 cg Exp $'
 !
 
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012/08/06 07:02:02 cg Exp §'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.48 2012-08-06 07:02:02 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: OrderedCollectionInspectorView.st 8048 2012-09-07 17:28:09Z vranyj1 $'
 ! !
+