The Trunk: ToolBuilder-Morphic-mt.233.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.233.mcz

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

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

Name: ToolBuilder-Morphic-mt.233
Author: mt
Time: 4 August 2019, 11:29:50.851314 am
UUID: d615205a-b262-fa40-80c5-a5054d962a23
Ancestors: ToolBuilder-Morphic-mt.232, ToolBuilder-Morphic-ct.228

Complements Kernel-mt.1253. Merges ct.228 from inbox.

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

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