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

commits at source.squeak.org commits at source.squeak.org
Sat Sep 19 20:31:55 UTC 2020


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

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

Name: Morphic-eem.1685
Author: eem
Time: 19 September 2020, 1:31:52.065024 pm
UUID: 6f1a278a-cc16-4e8a-bf3d-487a98cb4b68
Ancestors: Morphic-eem.1684

Add an accessor for the last deferred ui message.

=============== Diff against Morphic-eem.1684 ===============

Item was added:
+ ----- Method: MorphicProject>>lastDeferredUIMessage (in category 'scheduling & debugging') -----
+ lastDeferredUIMessage
+ 	"Answer the most recently scheduled deferredUIMessage."
+ 
+ 	^WorldState lastDeferredUIMessage!



More information about the Squeak-dev mailing list