InstrumentingCompiler.st
branchjv
changeset 3874 4f9db2d4c2b7
parent 3841 a22f33410bdf
parent 3862 42354ffef3a1
child 4259 c707f9aa7015
--- a/InstrumentingCompiler.st	Mon May 09 21:50:46 2016 +0200
+++ b/InstrumentingCompiler.st	Tue May 10 07:39:05 2016 +0200
@@ -593,7 +593,7 @@
 
     source := owningMethod source asText.
     startPosition isNil ifTrue:[
-        source colorizeAllWith: Color red.
+        source withColor: Color red.
     ] ifFalse:[
         endPosition isNil ifTrue:[
             source emphasizeFrom:startPosition to:source string size with: #bold.
@@ -1179,10 +1179,10 @@
 !InstrumentingCompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.35 2015-02-13 21:03:04 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libcomp/InstrumentingCompiler.st,v 1.35 2015-02-13 21:03:04 vrany Exp $'
+    ^ '$Header$'
 ! !