TextView.st
changeset 1109 83d8c0143ef9
parent 1100 2256f369ee96
child 1143 f5c02d0c66cf
--- a/TextView.st	Fri Mar 07 11:17:34 1997 +0100
+++ b/TextView.st	Fri Mar 07 11:18:24 1997 +0100
@@ -991,6 +991,8 @@
 !
 
 editMenu
+    "return my popUpMenu"
+
     <resource: #keyboard (#Copy #Find #GotoLine #SaveAs #Print)>
     <resource: #menu>
 
@@ -1040,7 +1042,7 @@
     ].
     ^ m
 
-    "Modified: 25.2.1997 / 20:12:32 / cg"
+    "Modified: 7.3.1997 / 11:10:17 / cg"
 !
 
 gotoLine
@@ -2425,5 +2427,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.87 1997-03-05 16:32:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.88 1997-03-07 10:18:05 cg Exp $'
 ! !