CodeView.st
changeset 3224 9dd0891a2ff4
parent 3128 a800566f5662
child 3252 b44361e6b97a
--- a/CodeView.st	Wed Dec 21 11:32:22 2005 +0100
+++ b/CodeView.st	Wed Dec 21 12:40:35 2005 +0100
@@ -166,8 +166,8 @@
 keyPress:key x:x y:y
     "catch keyboard shortcuts"
 
-    <resource: #keyboard (#Explain #Help 
-			  #CommentSelection #UncommentSelection)>
+    <resource: #keyboard (#Format #Explain #Help 
+                          #CommentSelection #UncommentSelection)>
 
     (key == #Format)  ifTrue:[^ self format].
     (key == #Explain) ifTrue:[^ self explain].
@@ -320,5 +320,5 @@
 !CodeView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.55 2005-02-25 11:57:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/CodeView.st,v 1.56 2005-12-21 11:40:22 cg Exp $'
 ! !