class: VSEFileSourceWriter
authorClaus Gittinger <cg@exept.de>
Mon, 09 Mar 2015 12:24:37 +0100
changeset 3826 898538bdff44
parent 3825 ca84b0805d36
child 3827 4bbc4b179df3
class: VSEFileSourceWriter
VSEFileSourceWriter.st
--- a/VSEFileSourceWriter.st	Mon Mar 09 11:12:21 2015 +0100
+++ b/VSEFileSourceWriter.st	Mon Mar 09 12:24:37 2015 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2015 by eXept Software AG
               All Rights Reserved
@@ -281,9 +283,9 @@
             'answer:do:' 
             'ignoreIn:'
             'codePoint'
-            '->'
+            "/ '->'
     )) ifTrue:[
-        self error:'please rewrite unimplemented messages in ',method whoString
+        self error:('please rewrite ',method whoString,' (unimplemented messages). Or proceed') mayProceed:true
     ].
 !
 
@@ -615,10 +617,10 @@
 !VSEFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEFileSourceWriter.st,v 1.23 2015-02-19 15:54:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEFileSourceWriter.st,v 1.24 2015-03-09 11:24:37 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEFileSourceWriter.st,v 1.23 2015-02-19 15:54:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEFileSourceWriter.st,v 1.24 2015-03-09 11:24:37 cg Exp $'
 ! !