Tools__LintService.st
branchjv
changeset 12125 0c49a3b13e43
parent 12123 4bde08cebd48
child 12128 a7ff7d66ee85
--- a/Tools__LintService.st	Sun Jan 29 12:56:58 2012 +0000
+++ b/Tools__LintService.st	Sun Jan 29 15:33:37 2012 +0000
@@ -155,7 +155,7 @@
     | service |
     service := self service: #'Tools::CodeHighlightingService'.
     service notNil ifTrue:[
-        service syntaxHighlight: delayed
+        service process: delayed
     ]
 
     "Created: / 05-08-2011 / 11:49:21 / Jan Vrany <jan.vrany@fit.cvut.cz>"
@@ -177,9 +177,9 @@
 !LintService class methodsFor:'documentation'!
 
 version
-    ^ '$Id: Tools__LintService.st 7810 2011-08-12 14:54:02Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.2 2012/01/27 21:18:53 vrany Exp $'
 !
 
 version_CVS
-    ^ '§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
+    ^ '§Header: /cvs/stx/stx/libtool/Tools__LintService.st,v 1.2 2012/01/27 21:18:53 vrany Exp §'
+! !