The Trunk: ToolBuilder-Morphic-mt.246.mcz

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

The Trunk: ToolBuilder-Morphic-mt.246.mcz

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

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

Name: ToolBuilder-Morphic-mt.246
Author: mt
Time: 10 October 2019, 11:14:19.048276 am
UUID: bee40c67-5361-42c4-a237-dbc30805efdb
Ancestors: ToolBuilder-Morphic-mt.245

Shout styling should not depend (implicitely) on Morphic.

=============== Diff against ToolBuilder-Morphic-mt.245 ===============

Item was changed:
  ----- Method: PluggableTextMorphPlus>>okToStyle (in category 'testing') -----
  okToStyle
 
  ^ styler
  ifNil: [false]
+ ifNotNil: [:s | model aboutToStyle: s requestor: self]!
- ifNotNil: [:s | model aboutToStyle: s forMorph: self]!