A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.236.mcz==================== Summary ====================
Name: Tools-fbs.236
Author: fbs
Time: 28 April 2010, 10:31:34.895 pm
UUID: c306e740-cfad-aa4b-b620-2c7f159b5e94
Ancestors: Tools-ar.235
Support for Mantis 7517: a spawned workspace has no context menu. (Make the View update when the Model changes.)
=============== Diff against Tools-ar.235 ===============
Item was added:
+ ----- Method: Workspace>>contents: (in category 'accessing') -----
+ contents: textOrString
+ super contents: textOrString.
+ self changed: #contents.!