EditTextView.st
changeset 6572 9cec05d7dbff
parent 6567 bb0ac8be28cc
child 6586 066c7ebceb05
--- 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"