[squeak-dev] The Trunk: Collections-mt.937.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 14 07:42:37 UTC 2021


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

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

Name: Collections-mt.937
Author: mt
Time: 14 April 2021, 9:42:31.313665 am
UUID: b12c73f5-bd6f-0b48-878f-9f3f95d81faf
Ancestors: Collections-nice.936

Complements Kernel-mt.1385

=============== Diff against Collections-nice.936 ===============

Item was removed:
- ----- Method: TranscriptStream>>perform:orSendTo: (in category 'model protocol') -----
- 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