class: CodeCoverageHighlighter
authorClaus Gittinger <cg@exept.de>
Tue, 08 Jul 2014 23:54:16 +0200
changeset 3496 0c9b5f469f78
parent 3495 21527d42607b
child 3497 6d4ca8912102
class: CodeCoverageHighlighter changed: #markCommentFrom:to: (send #gray instead of #grey)
CodeCoverageHighlighter.st
--- a/CodeCoverageHighlighter.st	Sat Jul 05 10:31:39 2014 +0200
+++ b/CodeCoverageHighlighter.st	Tue Jul 08 23:54:16 2014 +0200
@@ -172,7 +172,7 @@
     self 
         markFrom:pos1 to:pos2 
         withEmphasis:(preferences commentEmphasis) 
-        color:(Color grey "preferences commentColor")
+        color:(Color gray "preferences commentColor")
 
     "
      UserPreferences current commentEmphasis
@@ -263,5 +263,6 @@
 !CodeCoverageHighlighter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/CodeCoverageHighlighter.st,v 1.5 2011-08-21 10:26:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/CodeCoverageHighlighter.st,v 1.6 2014-07-08 21:54:16 cg Exp $'
 ! !
+