[Pkg] The Treated Inbox: Collections-kfr.1012.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 20 16:26:35 UTC 2022


Karl Ramberg uploaded a new version of Collections to project The Treated Inbox:
http://source.squeak.org/treated/Collections-kfr.1012.mcz

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

Name: Collections-kfr.1012
Author: kfr
Time: 16 June 2022, 9:59:32.00337 pm
UUID: 52865d2e-6f39-f14f-8c48-b630ecfd76a5
Ancestors: Collections-lrnp.1011

TextLinks would sometimes open i the background

=============== Diff against Collections-lrnp.1011 ===============

Item was changed:
  ----- Method: TextLink>>actOnClickFor: (in category 'event handling') -----
  actOnClickFor: aMessageSet
  	"Add to the end of the list.  'aClass selector', 'aClass Comment', 'aClass Definition', 'aClass Hierarchy' are the formats allowed."
  
+ 	Project current addDeferredUIMessage: [aMessageSet addItem: classAndMethod].
- 	aMessageSet addItem: classAndMethod.
  	^ true!



More information about the Packages mailing list