*** empty log message ***
authorfm
Mon, 12 Oct 2009 10:35:24 +0200
changeset 3964 f272bb5029f0
parent 3963 c315f087d655
child 3965 9a999e1c9e5e
*** empty log message ***
TextView.st
--- a/TextView.st	Sun Oct 11 11:39:30 2009 +0200
+++ b/TextView.st	Mon Oct 12 10:35:24 2009 +0200
@@ -18,9 +18,9 @@
 		wordEndCol wordEndLine selectionFgColor selectionBgColor
 		selectStyle directoryForFileDialog defaultFileNameForFileDialog
 		externalEncoding contentsWasSaved searchAction lastSearchPattern
-		lastSearchWasMatch lastSearchIgnoredCase lastSearchMatch
-		lastSearchDirection parenthesisSpecification dropSource
-		dragIsActive saveAction st80SelectMode searchActionBlock'
+		lastSearchWasMatch lastSearchIgnoredCase lastSearchDirection
+		parenthesisSpecification dropSource dragIsActive saveAction
+		st80SelectMode searchActionBlock'
 	classVariableNames:'DefaultViewBackground DefaultSelectionForegroundColor
 		DefaultSelectionBackgroundColor
 		DefaultAlternativeSelectionForegroundColor
@@ -4287,7 +4287,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.303 2009-09-15 18:20:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.304 2009-10-12 08:35:24 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.304 2009-10-12 08:35:24 fm Exp $'
 ! !
 
 TextView initialize!