diff -r 2c222bef8f8e -r 2d0d83f6599d WorkspaceCompletionSupport.st --- 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 $' ! !