diff -r f8ec9addf144 -r d49548a99889 UserPreferences.st --- a/UserPreferences.st Thu Feb 17 14:21:07 2011 +0100 +++ b/UserPreferences.st Thu Feb 17 14:33:23 2011 +0100 @@ -2477,6 +2477,12 @@ "Modified: / 1.4.1998 / 13:22:00 / cg" ! +stringEmphasisAndColor + ^ self emphasis:(self stringEmphasis) andColor:(self stringColor). + + "Created: / 17-02-2011 / 14:29:10 / cg" +! + superColor "the color used for the super pseudoVariable; If syntaxColoring is turned on." @@ -3469,9 +3475,9 @@ !UserPreferences class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.267 2011-02-17 13:21:07 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.268 2011-02-17 13:33:23 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.267 2011-02-17 13:21:07 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.268 2011-02-17 13:33:23 cg Exp $' ! !