The Trunk: EToys-ul.127.mcz

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

The Trunk: EToys-ul.127.mcz

commits-2
Levente Uzonyi uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-ul.127.mcz

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

Name: EToys-ul.127
Author: ul
Time: 6 May 2015, 1:09:47.616 pm
UUID: c72942bd-8302-4555-8933-c69b3526ad2f
Ancestors: EToys-kfr.126

#groupBy:having -> #groupBy:

=============== Diff against EToys-kfr.126 ===============

Item was changed:
  ----- Method: PasteUpMorph>>makeAllScriptEditorsReferToMasters (in category '*Etoys-world menu') -----
  makeAllScriptEditorsReferToMasters
  "Ensure that all script editors refer to the first (by alphabetical externalName) Player among the list of siblings"
 
+ (self presenter allExtantPlayers groupBy: [ :p | p class ])
- (self presenter allExtantPlayers groupBy: [ :p | p class ] having: [ :p | true ])
  do: [ :group | group first allScriptEditors ]!