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

commits at source.squeak.org commits at source.squeak.org
Mon Oct 9 19:46:19 UTC 2017


A new version of Morphic was added to project The Inbox:
http://source.squeak.org/inbox/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