[squeak-dev] The Inbox: Morphic-eem.1591.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 27 23:34:04 UTC 2019


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!



More information about the Squeak-dev mailing list