[Pkg] The Trunk: PackageInfo-UI-fbs.2.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Jul 3 22:07:16 UTC 2013


Frank Shearar uploaded a new version of PackageInfo-UI to project The Trunk:
http://source.squeak.org/trunk/PackageInfo-UI-fbs.2.mcz

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

Name: PackageInfo-UI-fbs.2
Author: fbs
Time: 3 July 2013, 11:07:02.719 pm
UUID: af5ccd5d-7c6d-494c-986b-01eac1fc0b8c
Ancestors: PackageInfo-UI-fbs.1

PackageList >> #perform:orSendTo: is equivalent to Object >> #perform:orSendTo:

=============== Diff against PackageInfo-UI-fbs.1 ===============

Item was removed:
- ----- Method: PackageList>>perform:orSendTo: (in category 'morphic') -----
- 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 Packages mailing list