[Pkg] The Trunk: Tools-fbs.323.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 20 23:14:45 UTC 2011


Levente Uzonyi uploaded a new version of Tools to project The Trunk:
http://source.squeak.org/trunk/Tools-fbs.323.mcz

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

Name: Tools-fbs.323
Author: fbs
Time: 22 March 2011, 9:29:41.131 pm
UUID: 56628726-03e2-1e4d-abdf-3a5ef8cb95f8
Ancestors: Tools-fbs.322

And make the test pass!

=============== Diff against Tools-fbs.322 ===============

Item was added:
+ ----- Method: Browser>>lastMessageName (in category 'message list') -----
+ lastMessageName
+ 	^ self messageList last.!

Item was changed:
  ----- Method: Browser>>reformulateList (in category 'message list') -----
  reformulateList
  	"If the receiver has a way of reformulating its message list, here is a chance for it to do so"
  	super reformulateList.
  	(self messageList includes: self selectedMessageName)
+ 		ifFalse: [ self selectMessageNamed: self lastMessageName ].!
- 		ifFalse: [ self selectMessageNamed: self messageList last ].!

Item was added:
+ ----- Method: MessageSet>>lastMessageName (in category 'message list') -----
+ lastMessageName
+ 	^ self messageList last selector.!



More information about the Packages mailing list