Christoph Thiede uploaded a new version of Tools to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.969.mcz==================== Summary ====================
Name: Tools-ct.969
Author: ct
Time: 16 May 2020, 8:51:00.612708 pm
UUID: 01ed8e1a-a077-5c4c-abf5-4f9be517a281
Ancestors: Tools-nice.968
Implement missing #spawn: on TranscriptStream. TranscriptStream is kind of a mixin of Model and Stream. This can be kind of confusing :-)
=============== Diff against Tools-nice.968 ===============
Item was added:
+ ----- Method: TranscriptStream>>spawn: (in category '*Tools') -----
+ spawn: contentsString
+
+ ^ UIManager default edit: contentsString label: nil!