TextView.st
changeset 3315 1b42d2f8dcbc
parent 3308 4c2c30b357c6
child 3316 1ef036eee59f
--- a/TextView.st	Wed Jul 05 11:56:40 2006 +0200
+++ b/TextView.st	Wed Jul 05 11:57:02 2006 +0200
@@ -3577,6 +3577,8 @@
 
     ^ selectionStartLine notNil
       and:[ selectionStartLine == selectionEndLine ]
+
+    "Modified: / 04-07-2006 / 18:42:59 / fm"
 !
 
 isInSelection:line col:aColNr
@@ -3880,7 +3882,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.267 2006-07-03 14:32:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.268 2006-07-05 09:57:02 fm Exp $'
 ! !
 
 TextView initialize!