WorkspaceCompletionSupport.st
changeset 5097 2d0d83f6599d
parent 5047 091548040432
child 5129 9549b0a1dbf5
child 5220 5251ecf0c9bb
child 5694 111c73cd9b4b
--- a/WorkspaceCompletionSupport.st	Sun Jul 06 14:43:22 2014 +0200
+++ b/WorkspaceCompletionSupport.st	Tue Jul 08 23:17:07 2014 +0200
@@ -104,7 +104,7 @@
                     suggestions isEmpty ifFalse:[ suggestions := suggestions copyWith: '-' ]. 
                     suggestions := suggestions copyWith: ( '%1 %2'
                                             bindWith:(sniplet asStringCollection first "contractTo:25")
-                                            with: ( ('("',abbrev,'" snippet)') colorizeAllWith:Color grey)).
+                                            with: ( ('("',abbrev,'" snippet)') colorizeAllWith:Color gray)).
                     indexOfSnippet := suggestions size.
 
                     "/ change below, when reversing the order in above code
@@ -236,10 +236,10 @@
 !WorkspaceCompletionSupport class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.8 2014-06-01 11:05:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.9 2014-07-08 21:17:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.8 2014-06-01 11:05:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WorkspaceCompletionSupport.st,v 1.9 2014-07-08 21:17:07 cg Exp $'
 ! !