The Trunk: Morphic-mt.969.mcz

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

The Trunk: Morphic-mt.969.mcz

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

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

Name: Morphic-mt.969
Author: mt
Time: 6 May 2015, 9:35:50.409 am
UUID: 573edefb-1ade-1e43-a783-ebb7e48528f9
Ancestors: Morphic-cmm.968

Some ShoutCore dependencies untangled.

=============== Diff against Morphic-cmm.968 ===============

Item was added:
+ ----- Method: Model>>aboutToStyle: (in category '*morphic') -----
+ aboutToStyle: aStyler
+ "Default implementation for text styling. No changes in styler configuration but we are OK to style our contents."
+
+ ^ true!