CodeView.st
changeset 922 e6a5e1cf9565
parent 918 41231c241387
child 1106 7afde7c75396
--- a/CodeView.st	Tue Jan 07 23:01:19 1997 +0100
+++ b/CodeView.st	Thu Jan 09 12:49:58 1997 +0100
@@ -241,7 +241,7 @@
     "catch keyboard shortcuts"
 
     <resource: #keyboard (#Explain #Help 
-	       #CommentSelection #UncommentSelection)>
+                          #CommentSelection #UncommentSelection)>
 
     (key == #Explain) ifTrue:[^ self explain].
     (key == #Help)    ifTrue:[^ self explain].
@@ -249,6 +249,8 @@
     (key == #UncommentSelection)  ifTrue:[^ self uncommentSelection].
 
     super keyPress:key x:x y:y
+
+    "Modified: 9.1.1997 / 12:14:00 / cg"
 ! !
 
 !CodeView methodsFor:'initialization'!
@@ -356,5 +358,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.33 1997-01-07 19:32:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.34 1997-01-09 11:46:32 cg Exp $'
 ! !