Tools__CodeHighlightingService.st
branchjv
changeset 12629 54b5022d7ed7
parent 12431 9f0c59c742d5
child 12650 e0f607754b9a
--- a/Tools__CodeHighlightingService.st	Thu Mar 28 12:59:48 2013 +0000
+++ b/Tools__CodeHighlightingService.st	Thu Apr 04 01:36:56 2013 +0100
@@ -199,7 +199,7 @@
                 "textView" modified ifFalse:[
                     Screen currentScreenQuerySignal answer:codeView device
                     do:[
-                        Parser::ParseError handle:[:ex |
+                        Parser parseErrorSignal handle:[:ex |
                             |errMsg|
 
                             errMsg := ex description asStringCollection first asString.