[squeak-dev] The Trunk: Tools-fbs.452.mcz

commits at source.squeak.org commits at source.squeak.org
Fri Mar 8 09:38:09 UTC 2013


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

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

Name: Tools-fbs.452
Author: fbs
Time: 8 March 2013, 8:35:55.194 am
UUID: fb21e10c-0601-49ce-bbd6-55ba49e53af1
Ancestors: Tools-fbs.451

ProcessBrowser already knows how to build itself with the ToolBuilder; this method duplicates this logic and introduces a needless dependency between Tools and Morphic.

=============== Diff against Tools-fbs.451 ===============

Item was changed:
  ----- Method: ProcessBrowser class>>prototypicalToolWindow (in category 'instance creation') -----
  prototypicalToolWindow
  	"Answer a window representing a prototypical instance of the receiver"
  
+ 	^ ToolBuilder build: self new!
- 	^ self new asPrototypeInWindow!



More information about the Squeak-dev mailing list