A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-ct.850.mcz==================== Summary ====================
Name: Tools-ct.850
Author: ct
Time: 29 June 2019, 3:20:14.082481 pm
UUID: c9ab314f-14db-b747-aaa5-d9fda33ece80
Ancestors: Tools-cmm.849
Implement #spawn: on SearchBar
(Press <cmd>o to open a Workspace window)
=============== Diff against Tools-cmm.849 ===============
Item was added:
+ ----- Method: SearchBar>>spawn: (in category '*Tools') -----
+ spawn: contentsString
+
+ UIManager default edit: contentsString label: 'Workspace'!