TextView.st
changeset 922 e6a5e1cf9565
parent 916 4201c9c2a4f0
child 941 f06fa4d47f26
--- a/TextView.st	Tue Jan 07 23:01:19 1997 +0100
+++ b/TextView.st	Thu Jan 09 12:49:58 1997 +0100
@@ -675,7 +675,8 @@
     "handle some keyboard input (there is not much to be done here)"
 
     <resource: #keyboard (#Find #Copy #FindNext #FindPrev 
-                          #GotoLine #SelectAll #SaveAs #Print)>
+                          #GotoLine #SelectAll #SaveAs #Print
+                          #'F*' #'f*' )>
 
     (key == #Find) ifTrue:[self search. ^self].
     (key == #Copy) ifTrue:[self copySelection. ^self].
@@ -709,7 +710,7 @@
 
     super keyPress:key x:x y:y
 
-    "Modified: 6.5.1996 / 16:13:09 / cg"
+    "Modified: 9.1.1997 / 12:18:14 / cg"
 !
 
 mapped 
@@ -2267,5 +2268,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.76 1997-01-05 01:17:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.77 1997-01-09 11:49:01 cg Exp $'
 ! !