CodeView.st
changeset 123 25ab7ade4d3a
parent 121 4e63bbdb266a
child 125 3ffa271732f7
--- a/CodeView.st	Sun May 07 02:16:56 1995 +0200
+++ b/CodeView.st	Sun May 07 03:58:55 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1989 by Claus Gittinger
 	    All Rights Reserved
 
-$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.15 1995-05-06 14:16:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.16 1995-05-07 01:58:01 claus Exp $
 '!
 
 !CodeView class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.15 1995-05-06 14:16:30 claus Exp $
+$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.16 1995-05-07 01:58:01 claus Exp $
 "
 !
 
@@ -58,6 +58,13 @@
 
     If used with a model, accept sends the changeMsg to it.
     (however, it is possible to define moth changeMsg and acceptAction)
+
+
+    Caveat:
+	in this version, CodeView does not yet support MVC setups for doIt
+	and explain.
+	If required, simulate this by setting the doItAction and
+	explainAction, to notify the model manually about whats going on.
 "
 ! !