diff -r 4bf9cb558e1c -r c192b970f250 Tools__CodeHighlightingService.st --- a/Tools__CodeHighlightingService.st Mon Dec 12 11:58:14 2016 +0000 +++ b/Tools__CodeHighlightingService.st Fri Dec 16 23:51:53 2016 +0000 @@ -1,3 +1,5 @@ +"{ Encoding: utf8 }" + " COPYRIGHT (c) 2010 by Jan Vrany, SWING Research Group. CTU in Prague All Rights Reserved @@ -64,7 +66,6 @@ " ! ! - !CodeHighlightingService class methodsFor:'accessing'! label @@ -244,7 +245,7 @@ "textView" modified ifFalse:[ Screen currentScreenQuerySignal answer:codeView device do:[ - "/ cg: not a ood idea to handle it here; + "/ cg: not a good idea to handle it here; "/ Syntaxhighlighter does it also, and will generate a better colorized string "/ Parser parseErrorSignal handle:[:ex | "/ |errMsg|