# HG changeset patch # User Claus Gittinger # Date 1527503295 -7200 # Node ID 58a0c92543c4bed3b6dc0d3441d75a1ab2d8b2f2 # Parent d828eeb4f7847ca60e03e028be4e76fae0b015f4 #FEATURE by cg class: EditTextView comment/format in: #contents diff -r d828eeb4f784 -r 58a0c92543c4 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