Tools__CodeHighlightingService.st
branchjv
changeset 17214 c192b970f250
parent 16764 ecd1c24daeeb
parent 17166 a6ad648b515c
child 18226 346376844040
--- 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|