The Trunk: Tools-ct.850.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Tools-ct.850.mcz

commits-2
Marcel Taeumel uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/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'!