#FEATURE by stefan
authorStefan Vogel <sv@exept.de>
Tue, 16 Apr 2019 12:04:09 +0200
changeset 6572 9cec05d7dbff
parent 6571 1ad83c609698
child 6573 a2a5d33886ab
#FEATURE by stefan class: EditTextView added: #lineEndCRLF:
EditTextView.st
--- a/EditTextView.st	Thu Apr 04 14:15:17 2019 +0200
+++ b/EditTextView.st	Tue Apr 16 12:04:09 2019 +0200
@@ -1166,6 +1166,15 @@
     "Modified: 14.2.1997 / 17:35:56 / cg"
 !
 
+lineEndCRLF:aBoolean
+    "If aBoolean is true, use CRLF (as in windows) for end of line.
+     Otherwise and default use Character cr (which in newline as in unix)."
+
+    lineEndCRLF := aBoolean.
+
+    "Created: / 16-04-2019 / 10:59:47 / Stefan Vogel"
+!
+
 modeLabelHolder
     "a valueHolder, which contains 'L' (learnMode), I (insertMode) or empty"