#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Mon, 28 May 2018 12:28:15 +0200
changeset 6330 58a0c92543c4
parent 6329 d828eeb4f784
child 6331 08ac4c72de00
#FEATURE by cg class: EditTextView comment/format in: #contents
EditTextView.st
--- a/EditTextView.st	Mon May 28 12:27:38 2018 +0200
+++ b/EditTextView.st	Mon May 28 12:28:15 2018 +0200
@@ -1398,7 +1398,8 @@
 !
 
 contents
-    "return the contents as a String or Text (i.e. with emphasis)"
+    "return the contents as a String or Text (i.e. with emphasis).
+     Cares for trimBlankLines and trimLastCR options."
 
     |numLines contents|
     
@@ -1430,7 +1431,7 @@
     ^ contents
 
     "Modified: / 04-07-2006 / 19:22:32 / fm"
-    "Modified: / 28-05-2018 / 12:25:31 / Claus Gittinger"
+    "Modified (comment): / 28-05-2018 / 12:28:11 / Claus Gittinger"
 !
 
 contents:aStringOrStringCollectionOrNil