Eliot Miranda uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-eem.1045.mcz==================== Summary ====================
Name: Morphic-eem.1045
Author: eem
Time: 18 November 2015, 12:30:19.5 pm
UUID: c075afdf-82d4-4ed8-8432-d2cca71c3257
Ancestors: Morphic-eem.1044
And fix typing a tab at the send of the text.
=============== Diff against Morphic-eem.1044 ===============
Item was changed:
----- Method: TextEditor>>selectionStringFromBeginningOfLine (in category 'accessing-selection') -----
selectionStringFromBeginningOfLine
+ ^paragraph string copyFrom: (self beginningOfLine: self startBlock stringIndex) to: (self startBlock stringIndex min: paragraph string size)!
- ^paragraph string copyFrom: (self beginningOfLine: self startBlock stringIndex) to: self startBlock stringIndex!