# HG changeset patch # User Claus Gittinger # Date 1352135211 -3600 # Node ID 10ba696ec2382eec52b34ad1026265a1dabbbe0a # Parent 1eef89af0ef0bd8e35859f92895849e2c208ce17 class: TextCollector added: #space diff -r 1eef89af0ef0 -r 10ba696ec238 TextCollector.st --- a/TextCollector.st Sun Nov 04 22:47:09 2012 +0100 +++ b/TextCollector.st Mon Nov 05 18:06:51 2012 +0100 @@ -885,6 +885,10 @@ "Modified: / 24-03-2012 / 20:00:08 / cg" ! +space + self show:' ' +! + tab "append a tab-character to the stream. This is only allowed, if the receiver supports writing." @@ -1000,11 +1004,11 @@ !TextCollector class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.113 2012-10-19 17:33:58 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.114 2012-11-05 17:06:51 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.113 2012-10-19 17:33:58 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libwidg/TextCollector.st,v 1.114 2012-11-05 17:06:51 cg Exp $' ! ! TextCollector initialize!