[squeak-dev] The Inbox: Tools-fbs.327.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 23 22:05:52 UTC 2011


A new version of Tools was added to project The Inbox:
http://source.squeak.org/inbox/Tools-fbs.327.mcz

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

Name: Tools-fbs.327
Author: fbs
Time: 23 March 2011, 10:05:25.491 pm
UUID: 853e76d9-7dd4-fa4b-abff-5cf732669740
Ancestors: Tools-fbs.326

Returning the model makes it easy to control the model during (and especially after) tests.

=============== Diff against Tools-fbs.326 ===============

Item was changed:
  ----- Method: MessageNames class>>openMessageNames (in category 'instance creation') -----
  openMessageNames
  	"Open a new instance of the receiver in the active world"
+ 	^(ToolBuilder open: self new label: 'Message Names') model
- 	^ToolBuilder open: self new label: 'Message Names' 
  
  	"MessageNames openMessageNames"
  !




More information about the Squeak-dev mailing list