CodeView.st
changeset 489 5816aa12fec8
parent 464 6bd2186ca548
child 583 2ec13b7ceba5
--- a/CodeView.st	Thu Mar 07 13:21:59 1996 +0100
+++ b/CodeView.st	Thu Mar 07 13:24:44 1996 +0100
@@ -164,6 +164,9 @@
      to make this independent from what is defined in superclasses,
      get the superclass menu and add my functions."
 
+    <resource: #keyboard (#CommentSelection #UncommentSelection 
+                          #Accept #Explain)>
+
     |m sub|
 
     m := super editMenu.
@@ -205,7 +208,7 @@
     ].
     ^ m.
 
-    "Modified: 4.3.1996 / 23:21:58 / cg"
+    "Modified: 7.3.1996 / 13:13:55 / cg"
 !
 
 explain
@@ -248,5 +251,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.28 1996-03-04 22:25:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.29 1996-03-07 12:24:21 cg Exp $'
 ! !