TextView.st
changeset 4056 b0cf275fc450
parent 4009 6c421dbb325e
child 4063 6d2caa13cb14
--- a/TextView.st	Fri Oct 30 19:18:28 2009 +0100
+++ b/TextView.st	Mon Nov 02 11:13:12 2009 +0100
@@ -284,9 +284,12 @@
     "extract values from the styleSheet and cache them in class variables"
 
     <resource: #style (#'textView.background'
-                       #'text.selectionForegroundColor' #'text.selectionBackgroundColor'
-                       #'text.alternativeSelectionForegroundColor' #'text.alternativeSelectionBackgroundColor'
-                       #'textView.font' #'text.wordSelectCatchesBlanks'
+                       #'text.selectionForegroundColor' 
+                       #'text.selectionBackgroundColor'
+                       #'text.alternativeSelectionForegroundColor' 
+                       #'text.alternativeSelectionBackgroundColor'
+                       #'textView.font' 
+                       #'text.wordSelectCatchesBlanks'
                        #'text.st80Selections')>
 
     DefaultViewBackground := StyleSheet colorAt:'textView.background' default:White.
@@ -4295,11 +4298,11 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.310 2009-10-22 09:01:35 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.311 2009-11-02 10:13:12 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.310 2009-10-22 09:01:35 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.311 2009-11-02 10:13:12 cg Exp $'
 ! !
 
 TextView initialize!