[squeak-dev] The Trunk: EToys-ul.127.mcz

commits at source.squeak.org commits at source.squeak.org
Wed May 6 18:12:47 UTC 2015


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 ]!



More information about the Squeak-dev mailing list