AbstractSyntaxHighlighter.st
changeset 4323 8f45288cf559
parent 4272 78ea887ddeb6
child 4568 af6f467152a0
--- a/AbstractSyntaxHighlighter.st	Thu Dec 13 23:02:57 2018 +0100
+++ b/AbstractSyntaxHighlighter.st	Sat Dec 22 13:46:18 2018 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006 by eXept Software AG
 	      All Rights Reserved
@@ -173,7 +171,7 @@
 
     Error handle:[:ex |
         "/ Transcript showCR:ex description.
-        self breakPoint:#cg.
+        "/ self breakPoint:#cg.
 
         (ParseError handles:ex) ifFalse:[
             ex creator isHandled ifTrue:[
@@ -226,6 +224,7 @@
 
     "Created: / 28-04-2010 / 13:01:42 / cg"
     "Modified: / 05-07-2011 / 11:22:20 / cg"
+    "Modified: / 22-12-2018 / 09:01:10 / Claus Gittinger"
 !
 
 formatMethodSource:aString in:aClass