[squeak-dev] The Trunk: ToolBuilder-Morphic-mt.246.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Oct 10 09:14:17 UTC 2019


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]!



More information about the Squeak-dev mailing list