TextCollector.st
changeset 4473 10ba696ec238
parent 4460 0e9e64b56b14
child 4476 9f306f7859b9
--- 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!