Tools__LintService.st
branchjv
changeset 12123 4bde08cebd48
parent 11227 3d57003855a7
child 12125 0c49a3b13e43
--- a/Tools__LintService.st	Fri Jan 27 22:18:53 2012 +0100
+++ b/Tools__LintService.st	Sun Jan 29 12:53:39 2012 +0000
@@ -155,7 +155,7 @@
     | service |
     service := self service: #'Tools::CodeHighlightingService'.
     service notNil ifTrue:[
-        service process: delayed
+        service syntaxHighlight: delayed
     ]
 
     "Created: / 05-08-2011 / 11:49:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -177,9 +177,9 @@
 !LintService class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.2 2012-01-27 21:18:53 vrany Exp $'
+    ^ '$Id: Tools__LintService.st 7810 2011-08-12 14:54:02Z vranyj1 $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.2 2012-01-27 21:18:53 vrany Exp $'
-! !
+    ^ '§Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.1 2011/08/05 11:11:54 vrany Exp §'
+! !
\ No newline at end of file