[squeak-dev] The Inbox: EToys-ct.461.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jan 31 20:22:03 UTC 2022


A new version of EToys was added to project The Inbox:
http://source.squeak.org/inbox/EToys-ct.461.mcz

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

Name: EToys-ct.461
Author: ct
Time: 31 January 2022, 9:21:55.1383 pm
UUID: 9acb64f1-d86b-de49-9632-f6ebfd49fcae
Ancestors: EToys-mt.460

Proposal: Do not play sounds while initializing the players tool. Opening a fresh image and selecting the Scripting category should not make a sound. Running MorphicUIManagerTest>>#testShowAllBinParts should not make a sound. I think this acoustic feedback is unnecessary, also given the fact that the invigorate button is currently not displayed anywhere in the UI.

=============== Diff against EToys-mt.460 ===============

Item was changed:
  ----- Method: AllPlayersTool>>reinvigorate (in category 'reinvigoration') -----
  reinvigorate
  	"Referesh the contents of the receiver"
  
  	(submorphs copyFrom: 3 to: submorphs size) do: [:m | m delete].
  	self currentWorld doOneCycleNow.
+ 	self currentWorld presenter reinvigoratePlayersTool: self.!
- 	self playSoundNamed: 'scritch'.
- 	(Delay forMilliseconds: 700) wait.
- 	self currentWorld presenter reinvigoratePlayersTool: self.
- 	self playSoundNamed: 'scratch'.!



More information about the Squeak-dev mailing list