indexed var access
authorClaus Gittinger <cg@exept.de>
Thu, 12 Sep 2002 13:09:56 +0200
changeset 3870 9fc72fd3525e
parent 3869 5d45932d6a28
child 3871 6fa05efebf36
indexed var access
DictionaryInspectorView.st
OrderedCollectionInspectorView.st
SetInspectorView.st
--- a/DictionaryInspectorView.st	Thu Sep 12 13:09:07 2002 +0200
+++ b/DictionaryInspectorView.st	Thu Sep 12 13:09:56 2002 +0200
@@ -427,11 +427,10 @@
 
     key := keys at:idx.
     inspectedObject at:key put:newValue.
-
 ! !
 
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.50 2002-07-11 21:26:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.51 2002-09-12 11:09:56 cg Exp $'
 ! !
--- a/OrderedCollectionInspectorView.st	Thu Sep 12 13:09:07 2002 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Sep 12 13:09:56 2002 +0200
@@ -151,7 +151,6 @@
 
 indexedValueAtIndex:idx put:newValue
     inspectedObject at:idx put:newValue.
-
 !
 
 removeIndex
@@ -171,5 +170,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.30 2001-09-25 13:02:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.31 2002-09-12 11:09:49 cg Exp $'
 ! !
--- a/SetInspectorView.st	Thu Sep 12 13:09:07 2002 +0200
+++ b/SetInspectorView.st	Thu Sep 12 13:09:56 2002 +0200
@@ -147,7 +147,6 @@
 
 indexedValueAtIndex:idx
     ^ keys at:idx
-
 !
 
 valueAtLine:lineNr put:newValue
@@ -172,5 +171,5 @@
 !SetInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.16 2001-09-25 13:02:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.17 2002-09-12 11:09:33 cg Exp $'
 ! !