Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1253.mcz==================== Summary ====================
Name: Kernel-mt.1253
Author: mt
Time: 4 August 2019, 11:28:20.673314 am
UUID: 38317323-3403-404c-88d2-20ce552e20ec
Ancestors: Kernel-mt.1252
Let models configure the styler based on the particular view (or morph or widget).
This is related to merging ToolBuilder-Morphic-ct.228.
=============== Diff against Kernel-mt.1252 ===============
Item was added:
+ ----- Method: Model>>aboutToStyle:forMorph: (in category 'morphic ui') -----
+ aboutToStyle: aStyler forMorph: aMorph
+ "View-specific extension for styling. Overwrite this method to configure the styler with morph-specific information."
+
+ ^ self aboutToStyle: aStyler!