UserPreferences.st
changeset 4319 8408b1df9e72
parent 4318 39f9a91bc44e
child 4320 9d6e4f645e97
--- a/UserPreferences.st	Fri Jun 25 17:51:21 1999 +0200
+++ b/UserPreferences.st	Fri Jun 25 17:56:13 1999 +0200
@@ -105,6 +105,12 @@
 syntaxColors
     "returns the syntax colors for the settings in the launcher"
 
+"/ warning, the strings below are presented to the user
+"/ as the syntax-color boxes comboList - however, they are
+"/ also used (without separators) as key into myself.
+"/ Therefore, do not change the strings below.
+"/ I know - this is bad coding ....
+
 ^#(
 'Argument Identifier Color'
 'Boolean Constant Color'
@@ -126,6 +132,7 @@
 'Symbol Color'
 'This Context Color'
 'Unknown Identifier Color'
+'Unimplemented Selector Color'
 )
 
     "Modified: / 5.1.1980 / 00:48:09 / cg"
@@ -740,6 +747,6 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.31 1999-06-25 15:51:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.32 1999-06-25 15:56:13 cg Exp $'
 ! !
 UserPreferences initialize!