Andreas Raab uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-ar.497.mcz==================== Summary ====================
Name: Morphic-ar.497
Author: ar
Time: 13 December 2010, 11:28:25.789 pm
UUID: 69238c36-ef6b-024a-82e7-d932cfee19d0
Ancestors: Morphic-mtf.496
Copy NewParagraph>>attributesAt: from Tweak, else right-click is broken.
=============== Diff against Morphic-mtf.496 ===============
Item was added:
+ ----- Method: NewParagraph>>attributesAt: (in category 'editing') -----
+ attributesAt: aPoint
+ "Answer the attributes at the given point"
+ ^text attributesAt: (self characterBlockAtPoint: aPoint) stringIndex forStyle: textStyle!