added extra globalClassIdentifierColor & emphasis
authorClaus Gittinger <cg@exept.de>
Thu, 04 Mar 1999 13:06:29 +0100
changeset 4024 3a223c79e41c
parent 4023 46805a0a73b3
child 4025 d9b9a5e77f1a
added extra globalClassIdentifierColor & emphasis
UserPreferences.st
--- a/UserPreferences.st	Thu Mar 04 12:47:18 1999 +0100
+++ b/UserPreferences.st	Thu Mar 04 13:06:29 1999 +0100
@@ -73,6 +73,7 @@
 'Constant Color'
 'Comment Color'
 'Global Identifier Color'
+'Global Class Identifier Color'
 'Here Color'
 'Identifier Color'
 'InstVar Identifier Color'
@@ -87,7 +88,7 @@
 'Unknown Identifier Color'
 )
 
-    "Modified: / 16.4.1998 / 18:32:23 / cg"
+    "Modified: / 4.3.1999 / 12:58:03 / cg"
 ! !
 
 !UserPreferences methodsFor:'accessing - pref''d tools'!
@@ -591,5 +592,5 @@
 !UserPreferences class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.23 1999-03-04 11:47:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UserPreferences.st,v 1.24 1999-03-04 12:06:29 cg Exp $'
 ! !