[squeak-dev] The Trunk: Morphic-eem.1684.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Sep 19 20:29:57 UTC 2020


Eliot Miranda uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-eem.1684.mcz

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

Name: Morphic-eem.1684
Author: eem
Time: 19 September 2020, 1:29:54.075008 pm
UUID: 80c69f47-1bc8-4764-9b48-4aa3ff8b40c9
Ancestors: Morphic-mt.1683

Add an accessor for the last deferred ui message.

=============== Diff against Morphic-mt.1683 ===============

Item was added:
+ ----- Method: WorldState class>>lastDeferredUIMessage (in category 'class initialization') -----
+ lastDeferredUIMessage
+ 	"Answer the most recently scheduled deferredUIMessage."
+ 
+ 	^self deferredUIMessages peekLast!



More information about the Squeak-dev mailing list