[squeak-dev] The Trunk: Morphic-ct.2045.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Sep 20 16:57:15 UTC 2022


Christoph Thiede uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ct.2045.mcz

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

Name: Morphic-ct.2045
Author: ct
Time: 20 September 2022, 6:57:11.442179 pm
UUID: 6377fe4c-8683-8042-8430-904dd1403b2a
Ancestors: Morphic-ct.2043

Fixes bindings access during accept-it in PluggableTextMorph. Analogously to #correctFrom:to:with:, the morph which presents itself as the requestor to the model needs to forward this request to the original requestor, its editor. Note that print-it et al. were not affected because they pass the editor itself to the model or the compiler, resp.

=============== Diff against Morphic-ct.2043 ===============

Item was added:
+ ----- Method: PluggableTextMorph>>bindingOf: (in category 'binding') -----
+ bindingOf: aString
+ 
+ 	^ textMorph editor bindingOf: aString!



More information about the Squeak-dev mailing list