#REFACTORING by cg cvs_MAIN expeccoALM_1_12 expecco_18_1_0 expecco_18_1_0wa1
authorClaus Gittinger <cg@exept.de>
Fri, 18 May 2018 04:27:47 +0200
branchcvs_MAIN
changeset 1069 1729ead0ff95
parent 1068 a1ade1a529c8
child 1074 d6e340b272f3
#REFACTORING by cg class: SmallSense::CodeHighlightingService changed: #process:changed:
SmallSense__CodeHighlightingService.st
--- a/SmallSense__CodeHighlightingService.st	Mon Apr 23 19:12:51 2018 +0200
+++ b/SmallSense__CodeHighlightingService.st	Fri May 18 04:27:47 2018 +0200
@@ -319,7 +319,7 @@
                 oldCode := oldCodeList asStringWithoutEmphasis.
                 "textView" modified ifFalse:[
                     Screen currentScreenQuerySignal answer:codeView device do:[
-                        Parser parseErrorSignal handle:[:ex |
+                        ParseError handle:[:ex |
 "/                            |errMsg|
 
 "/                            errMsg := ex description asStringCollection first asString.