changed: #resetSyntaxColorsToSqueakStyle2
authorClaus Gittinger <cg@exept.de>
Wed, 28 Oct 2009 16:01:55 +0100
changeset 12391 35ee0cb7fd56
parent 12390 42abbd021501
child 12392 b90d3f799aa9
changed: #resetSyntaxColorsToSqueakStyle2
UserPreferences.st
--- a/UserPreferences.st	Wed Oct 28 15:02:12 2009 +0100
+++ b/UserPreferences.st	Wed Oct 28 16:01:55 2009 +0100
@@ -2861,6 +2861,7 @@
     self at:#commentEmphasis          put:#italic.
     self at:#selectorColor            put:(Color blue:80).
     self at:#selectorEmphasis         put:#normal.
+    self at:#controlFlowSelectorEmphasis put:#bold.
     self at:#methodSelectorColor      put:(Color black).
     self at:#methodSelectorEmphasis   put:#bold.
     self at:#globalIdentifierEmphasis put:#bold.
@@ -2952,9 +2953,9 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.235 2009-10-26 15:19:32 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.236 2009-10-28 15:01:55 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.235 2009-10-26 15:19:32 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.236 2009-10-28 15:01:55 cg Exp $'
 ! !