# HG changeset patch # User Claus Gittinger # Date 1526610467 -7200 # Node ID 1729ead0ff95516b15df15bd884e7492e133d5f0 # Parent a1ade1a529c81be6f0c41e9b24f5b983989abc26 #REFACTORING by cg class: SmallSense::CodeHighlightingService changed: #process:changed: diff -r a1ade1a529c8 -r 1729ead0ff95 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.