[squeak-dev] The Inbox: ToolBuilder-MVC-dtl.36.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Mar 21 16:07:57 UTC 2015


David T. Lewis uploaded a new version of ToolBuilder-MVC to project The Inbox:
http://source.squeak.org/inbox/ToolBuilder-MVC-dtl.36.mcz

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

Name: ToolBuilder-MVC-dtl.36
Author: dtl
Time: 21 March 2015, 12:07:57.062 pm
UUID: 8a01e8ca-80e4-4edd-b166-bea8b1ac01d5
Ancestors: ToolBuilder-MVC-dtl.35

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-MVC-dtl.35 ===============

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



More information about the Squeak-dev mailing list