[squeak-dev] The Trunk: EToys-mt.464.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Feb 9 18:43:11 UTC 2022


Marcel Taeumel uploaded a new version of EToys to project The Trunk:
http://source.squeak.org/trunk/EToys-mt.464.mcz

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

Name: EToys-mt.464
Author: mt
Time: 9 February 2022, 7:42:56.552774 pm
UUID: 98c2bde2-9361-334c-a818-bded8c415a26
Ancestors: EToys-mt.463

Complements Morphic-mt.1881

=============== Diff against EToys-mt.463 ===============

Item was removed:
- ----- Method: Collection>>explorerContents (in category '*Etoys-Squeakland-enumerating') -----
- explorerContents
- 
- 	^self explorerContentsWithIndexCollect: [:value :index |
- 		ObjectExplorerWrapper
- 			with: value
- 			name: index printString
- 			model: self]!

Item was removed:
- ----- Method: Collection>>explorerContentsWithIndexCollect: (in category '*Etoys-Squeakland-enumerating') -----
- explorerContentsWithIndexCollect: twoArgBlock
- 
- 	^ self asOrderedCollection withIndexCollect: twoArgBlock
- !



More information about the Squeak-dev mailing list