[squeak-dev] The Trunk: Morphic-mt.1750.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 14 07:44:56 UTC 2021


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

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

Name: Morphic-mt.1750
Author: mt
Time: 14 April 2021, 9:44:42.500665 am
UUID: 242a7945-b715-9540-8714-f2111eddeed1
Ancestors: Morphic-mt.1749

Complements Kernel-mt.1385

=============== Diff against Morphic-mt.1749 ===============

Item was removed:
- ----- Method: AbstractHierarchicalList>>perform:orSendTo: (in category 'message handling') -----
- perform: selector orSendTo: otherTarget
- 	"Selector was just chosen from a menu by a user.  If can respond, then
- perform it on myself. If not, send it to otherTarget, presumably the
- editPane from which the menu was invoked."
- 
- 	(self respondsTo: selector)
- 		ifTrue: [^ self perform: selector]
- 		ifFalse: [^ otherTarget perform: selector]!



More information about the Squeak-dev mailing list