[Pkg] The Trunk: ToolBuilder-Morphic-dtl.101.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 25 01:10:29 UTC 2015


David T. Lewis uploaded a new version of ToolBuilder-Morphic to project The Trunk:
http://source.squeak.org/trunk/ToolBuilder-Morphic-dtl.101.mcz

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

Name: ToolBuilder-Morphic-dtl.101
Author: dtl
Time: 21 March 2015, 12:08:28.036 pm
UUID: bd975efe-ecc6-4634-94cf-a74a251da227
Ancestors: ToolBuilder-Morphic-dtl.100

Remove the toolBuilder instance variable from UIManager, replacing it with builderClass. The builderClass for a UIManager is determined by ToolBuilder class>>findDefault, possibly influenced by local project preferences. This will normally be established at first use following creation of a new MVC or Morphic project.

ToolBuilder instances are created as required, so that a UIManager does not reuse a single instance (which would accumulate garbage it its registries).

=============== Diff against ToolBuilder-Morphic-dtl.100 ===============

Item was removed:
- ----- Method: MorphicUIManager>>toolBuilder (in category 'builder') -----
- toolBuilder
- 	^ MorphicToolBuilder new!



More information about the Packages mailing list