The Trunk: Kernel-mt.1275.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-mt.1275.mcz

commits-2
Marcel Taeumel uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-mt.1275.mcz

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

Name: Kernel-mt.1275
Author: mt
Time: 10 October 2019, 11:13:31.338276 am
UUID: 8558b4a5-037d-4e61-a937-0f552f86fbfb
Ancestors: Kernel-mt.1274

Shout styling should not depend (implicitely) on Morphic.

=============== Diff against Kernel-mt.1274 ===============

Item was removed:
- ----- 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!

Item was added:
+ ----- Method: Model>>aboutToStyle:requestor: (in category 'morphic ui') -----
+ aboutToStyle: aStyler requestor: anObject
+ "View-specific extension for styling. Overwrite this method to configure the styler with view-specific information."
+
+ ^ self aboutToStyle: aStyler!