#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 09 May 2016 10:07:45 +0200
changeset 3863 f76515fab307
parent 3862 42354ffef3a1
child 3864 eaf361535167
#OTHER by cg colorizeAllWith -> withColor
TextCollectingCompilationErrorHandler.st
--- a/TextCollectingCompilationErrorHandler.st	Mon May 09 10:07:41 2016 +0200
+++ b/TextCollectingCompilationErrorHandler.st	Mon May 09 10:07:45 2016 +0200
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libcomp' }"
 
+"{ NameSpace: Smalltalk }"
+
 CompilationErrorHandler subclass:#TextCollectingCompilationErrorHandler
 	instanceVariableNames:'lines collectWarnings'
 	classVariableNames:''
@@ -58,7 +60,7 @@
                           aCompiler classToCompileFor name
                           , '>>',
                           (aCompiler selector ? '???')
-                          , '] ' , (aMessage allBold colorizeAllWith:Color red darkened)).
+                          , '] ' , (aMessage allBold withColor:Color red darkened)).
 
     "Created: / 02-11-2010 / 12:52:23 / cg"
     "Modified: / 03-11-2010 / 12:28:49 / cg"
@@ -92,5 +94,6 @@
 !TextCollectingCompilationErrorHandler class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/TextCollectingCompilationErrorHandler.st,v 1.6 2010-11-03 11:31:30 cg Exp $'
+    ^ '$Header$'
 ! !
+