[Pkg] The Trunk: Morphic-mt.1578.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Oct 16 11:08:46 UTC 2019


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

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

Name: Morphic-mt.1578
Author: mt
Time: 16 October 2019, 1:08:36.695134 pm
UUID: 10f6ea0f-97f5-5842-8ac1-09aa23d97a69
Ancestors: Morphic-mt.1577

Reverts fix for test TestAnchorTest >> #testResizeAnchoredMorph because it breaks at least two important things. Also document those things.

=============== Diff against Morphic-mt.1577 ===============

Item was changed:
  ----- 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."
  
+ 	"2019-10-16 mt Does not work. Breaks up scroll ranges after saving a method. Breaks highlight of opening parenthesis in Shout."
+ 	"(self hasProperty: #CreatingParagraph) ifFalse: [self releaseParagraph]."
+ 
- 	(self hasProperty: #CreatingParagraph) ifFalse: [self releaseParagraph].
  	^ super layoutChanged!



More information about the Packages mailing list