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

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

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

Name: ToolBuilder-Morphic-mt.147
Author: mt
Time: 6 May 2015, 9:36:40.545 am
UUID: b015d17a-d6d0-e148-b80f-ac9272ed9328
Ancestors: ToolBuilder-Morphic-mt.146

Some ShoutCore dependencies untangled.

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

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