[squeak-dev] The Trunk: Morphic-hjh.1349.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Oct 14 03:22:56 UTC 2017


David T. Lewis uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-hjh.1349.mcz

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

Name: Morphic-hjh.1349
Author: hjh
Time: 9 October 2017, 9:45:19.910726 pm
UUID: 15492c5f-dfb8-43f5-b6c9-7b91b963907c
Ancestors: Morphic-tpr.1348

Fix in SmartRefStream 

    MultiNewParagraph

instances have to be converted to

    NewParagraph 

instances.

Example: Load Etoys project file

http://etoys.laptop.org/src/Content/ExampleEtoys/CarAndPen.014.pr

=============== Diff against Morphic-tpr.1348 ===============

Item was added:
+ ----- Method: SmartRefStream>>multiNewParagraphttfclpomsswfpp0 (in category '*Morphic-conversion') -----
+ multiNewParagraphttfclpomsswfpp0
+ 
+ 	^ NewParagraph!



More information about the Squeak-dev mailing list