[squeak-dev] The Trunk: Collections-fbs.507.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 8 13:08:44 UTC 2013


Frank Shearar uploaded a new version of Collections to project The Trunk:
http://source.squeak.org/trunk/Collections-fbs.507.mcz

==================== Summary ====================

Name: Collections-fbs.507
Author: fbs
Time: 8 March 2013, 12:47:00.807 pm
UUID: be8b7d3f-4ab7-45b8-a0d0-c712cca46ca8
Ancestors: Collections-nice.506

Use `UIManager default edit: 'foo' title: 'bar'` instead of `'foo' openInWorkspaceWithTitle: 'bar'`.

This method needlessly causes a dependency between Collections and Toolbuilder-Kernel.

=============== Diff against Collections-nice.506 ===============

Item was removed:
- ----- Method: String>>openInWorkspaceWithTitle: (in category 'user interface') -----
- openInWorkspaceWithTitle: aTitle
- 	"Open up a workspace with the receiver as its contents, with the given title"
- 	UIManager default edit: self label: aTitle!



More information about the Squeak-dev mailing list