Tools__CodeHighlightingService.st
branchjv
changeset 12629 54b5022d7ed7
parent 12431 9f0c59c742d5
child 12650 e0f607754b9a
equal deleted inserted replaced
12573:63147ea6eab1 12629:54b5022d7ed7
   197             oldCodeList isNil ifFalse:[
   197             oldCodeList isNil ifFalse:[
   198                 oldCode := oldCodeList asStringWithoutEmphasis.
   198                 oldCode := oldCodeList asStringWithoutEmphasis.
   199                 "textView" modified ifFalse:[
   199                 "textView" modified ifFalse:[
   200                     Screen currentScreenQuerySignal answer:codeView device
   200                     Screen currentScreenQuerySignal answer:codeView device
   201                     do:[
   201                     do:[
   202                         Parser::ParseError handle:[:ex |
   202                         Parser parseErrorSignal handle:[:ex |
   203                             |errMsg|
   203                             |errMsg|
   204 
   204 
   205                             errMsg := ex description asStringCollection first asString.
   205                             errMsg := ex description asStringCollection first asString.
   206 
   206 
   207                             "/ Transcript topView raiseDeiconified.
   207                             "/ Transcript topView raiseDeiconified.