[squeak-dev] The Trunk: ToolBuilder-Kernel-mt.119.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jan 25 07:21:48 UTC 2018


Marcel Taeumel uploaded a new version of ToolBuilder-Kernel to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Kernel-mt.119.mcz

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

Name: ToolBuilder-Kernel-mt.119
Author: mt
Time: 25 January 2018, 8:21:36.14705 am
UUID: 9e4f959b-c041-064a-8d5b-267780eebb19
Ancestors: ToolBuilder-Kernel-mt.118

As a replacement for the convenient but deprecated #openInWorkspaceWithTitle:, add #edit to both String and Text.

If you really need a title for that appearing workspace, just use UIManager >> #edit:label:.

=============== Diff against ToolBuilder-Kernel-mt.118 ===============

Item was added:
+ ----- Method: String>>edit (in category '*toolbuilder-kernel') -----
+ edit
+ 
+ 	UIManager default edit: self.!

Item was added:
+ ----- Method: Text>>edit (in category '*ToolBuilder-Kernel') -----
+ edit
+ 
+ 	UIManager default edit: self.!



More information about the Squeak-dev mailing list