The Inbox: Morphic-eem.1591.mcz

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

The Inbox: Morphic-eem.1591.mcz

commits-2
A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/Morphic-eem.1591.mcz

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

Name: Morphic-eem.1591
Author: eem
Time: 27 November 2019, 3:33:58.403643 pm
UUID: 500d5e62-baba-4898-834f-a144b8a7d3fe
Ancestors: Morphic-mt.1590

Support for Tools-eem.915

=============== Diff against Morphic-mt.1590 ===============

Item was added:
+ ----- Method: Morph>>hasTextMorph (in category 'testing') -----
+ hasTextMorph
+ "Answer if the receiver will answer with a TextMorph if sent the textMorph message."
+ ^false!

Item was added:
+ ----- Method: NewBalloonMorph>>hasTextMorph (in category 'testing') -----
+ hasTextMorph
+ "Answer if the receiver will answer with a TextMorph if sent the textMorph message."
+ ^true!

Item was added:
+ ----- Method: PluggableTextMorph>>hasTextMorph (in category 'testing') -----
+ hasTextMorph
+ "Answer if the receiver will answer with a TextMorph if sent the textMorph message."
+ ^true!