#FEATURE
authorClaus Gittinger <cg@exept.de>
Mon, 05 Oct 2015 14:29:19 +0200
changeset 5454 7b8cb04385c6
parent 5453 b1f4397e4bde
child 5455 e151df78df1e
#FEATURE class: TextCollector comment/format in: #showCR:
TextCollector.st
--- a/TextCollector.st	Mon Oct 05 14:29:10 2015 +0200
+++ b/TextCollector.st	Mon Oct 05 14:29:19 2015 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
@@ -932,7 +930,9 @@
         DebugSendersOfMessagePattern notNil ifTrue:[
             (DebugSendersOfMessagePattern match:printString string) ifTrue:[
                 "/ to disable this right from inside the debugger, evaluate:
-                "/     DebugSendersOfMessagePattern := nil
+                "
+                 DebugSendersOfMessagePattern := nil
+                "
                 self halt:('Transcript: text matches: "', printString, '"').
             ].
         ].