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

Marcel Taeumel marcel.taeumel at hpi.de
Thu Oct 10 12:27:48 UTC 2019


Well ... there is at least some interference with Shout and/or that "highlight the opening bracket" feature in text editors. Sigh.

If we cannot figure this out, better revert this one.

Best,
Marcel
Am 09.10.2019 17:55:15 schrieb commits at source.squeak.org <commits at source.squeak.org>:
Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-mt.1565.mcz

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

Name: Morphic-mt.1565
Author: mt
Time: 9 October 2019, 5:54:57.18839 pm
UUID: 95a7cebb-cfbc-c94e-b934-d74c88ffa121
Ancestors: Morphic-mt.1564

Fixes text-composition bug for morphs embedded in text morphs through the text-anchor property.

=============== Diff against Morphic-mt.1564 ===============

Item was added:
+ ----- Method: TextMorph>>layoutChanged (in category 'layout') -----
+ layoutChanged
+ "For embedded morphs, we have to invalidate our paragraph if those morphs invalidate their layout. Since paragraph creation will also change this morph's bounds, ignore that case."
+
+ (self hasProperty: #CreatingParagraph) ifFalse: [self releaseParagraph].
+ ^ super layoutChanged!


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20191010/58624e4c/attachment.html>


More information about the Squeak-dev mailing list