[squeak-dev] The Trunk: Morphic-eem.1045.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Nov 18 20:31:05 UTC 2015


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!



More information about the Squeak-dev mailing list