documentation
authorClaus Gittinger <cg@exept.de>
Thu, 25 Apr 1996 18:32:38 +0200
changeset 510 6543e55fb227
parent 509 8ccb7c3d6726
child 511 1e00846b87e5
documentation
ConInspV.st
ContextInspectorView.st
DictInspV.st
DictionaryInspectorView.st
InspView.st
InspectorView.st
OCInspView.st
OrderedCollectionInspectorView.st
SetInspV.st
SetInspectorView.st
--- a/ConInspV.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/ConInspV.st	Thu Apr 25 18:32:38 1996 +0200
@@ -41,6 +41,12 @@
         names are not known by the expression evaluator.
         This has to be fixed 
         (actual work is to be done in the Parser to allow passing of a context ...)
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Context DebugView
 "
 ! !
 
@@ -312,5 +318,5 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/ConInspV.st,v 1.22 1996-04-12 16:37:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/ConInspV.st,v 1.23 1996-04-25 16:32:31 cg Exp $'
 ! !
--- a/ContextInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/ContextInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -41,6 +41,12 @@
         names are not known by the expression evaluator.
         This has to be fixed 
         (actual work is to be done in the Parser to allow passing of a context ...)
+
+    [author:]
+        Claus Gittinger
+
+    [see also:]
+        Context DebugView
 "
 ! !
 
@@ -312,5 +318,5 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.22 1996-04-12 16:37:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.23 1996-04-25 16:32:31 cg Exp $'
 ! !
--- a/DictInspV.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/DictInspV.st	Thu Apr 25 18:32:38 1996 +0200
@@ -36,6 +36,9 @@
 documentation
 "
     a modified Inspector for Dictionaries
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -223,5 +226,5 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.21 1996-04-12 16:36:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/DictInspV.st,v 1.22 1996-04-25 16:32:16 cg Exp $'
 ! !
--- a/DictionaryInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/DictionaryInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -36,6 +36,9 @@
 documentation
 "
     a modified Inspector for Dictionaries
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -223,5 +226,5 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.21 1996-04-12 16:36:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.22 1996-04-25 16:32:16 cg Exp $'
 ! !
--- a/InspView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/InspView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -68,6 +68,9 @@
 
             InspectorView openOn:Display
             InspectorView openOn:Display monitor:'shiftDown'
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -763,5 +766,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.43 1996-04-12 16:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/InspView.st,v 1.44 1996-04-25 16:32:38 cg Exp $'
 ! !
--- a/InspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/InspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -68,6 +68,9 @@
 
             InspectorView openOn:Display
             InspectorView openOn:Display monitor:'shiftDown'
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -763,5 +766,5 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.43 1996-04-12 16:39:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.44 1996-04-25 16:32:38 cg Exp $'
 ! !
--- a/OCInspView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/OCInspView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -36,6 +36,9 @@
 documentation
 "
     a modified Inspector for orderedCollections
+
+    [author:]
+        Claus Gittinger
 "
 
 ! !
@@ -202,5 +205,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.13 1996-04-12 16:41:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/OCInspView.st,v 1.14 1996-04-25 16:32:26 cg Exp $'
 ! !
--- a/OrderedCollectionInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/OrderedCollectionInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -36,6 +36,9 @@
 documentation
 "
     a modified Inspector for orderedCollections
+
+    [author:]
+        Claus Gittinger
 "
 
 ! !
@@ -202,5 +205,5 @@
 !OrderedCollectionInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.13 1996-04-12 16:41:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/OrderedCollectionInspectorView.st,v 1.14 1996-04-25 16:32:26 cg Exp $'
 ! !
--- a/SetInspV.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/SetInspV.st	Thu Apr 25 18:32:38 1996 +0200
@@ -1,5 +1,3 @@
-'From Smalltalk/X, Version:2.10.9 on 13-feb-1996 at 12:09:01'                   !
-
 InspectorView subclass:#SetInspectorView
 	instanceVariableNames:'keys'
 	classVariableNames:''
@@ -12,6 +10,9 @@
 documentation
 "
     A modified inspector for Sets
+
+    [author:]
+        Stefan Vogel
 "
 !
 
@@ -131,6 +132,6 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/Attic/SetInspV.st,v 1.1 1996-02-14 09:51:50 stefan Exp $
+$Header: /cvs/stx/stx/libtool/Attic/SetInspV.st,v 1.2 1996-04-25 16:32:20 cg Exp $
 "
 ! !
--- a/SetInspectorView.st	Thu Apr 25 18:29:59 1996 +0200
+++ b/SetInspectorView.st	Thu Apr 25 18:32:38 1996 +0200
@@ -1,5 +1,3 @@
-'From Smalltalk/X, Version:2.10.9 on 13-feb-1996 at 12:09:01'                   !
-
 InspectorView subclass:#SetInspectorView
 	instanceVariableNames:'keys'
 	classVariableNames:''
@@ -12,6 +10,9 @@
 documentation
 "
     A modified inspector for Sets
+
+    [author:]
+        Stefan Vogel
 "
 !
 
@@ -131,6 +132,6 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.1 1996-02-14 09:51:50 stefan Exp $
+$Header: /cvs/stx/stx/libtool/SetInspectorView.st,v 1.2 1996-04-25 16:32:20 cg Exp $
 "
 ! !