The Inbox: Tools-fbs.327.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Tools-fbs.327.mcz

commits-2
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"
  !