[Pkg] The Trunk: Morphic-nice.690.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Sep 26 23:11:57 UTC 2013


Nicolas Cellier uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-nice.690.mcz

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

Name: Morphic-nice.690
Author: nice
Time: 27 September 2013, 1:10:19.273 am
UUID: 5c6db0c0-62e8-48ab-8fa9-7fae0ec8a1ac
Ancestors: Morphic-tpr.689

setFont should not set stopConditions, it's setStopConditions which setFont for a few years now.

=============== Diff against Morphic-tpr.689 ===============

Item was changed:
  ----- Method: MultiCompositionScanner>>setFont (in category '*Morphic-Multilingual') -----
  setFont
  	super setFont.
+ 	breakAtSpace := false.!
- 	breakAtSpace := false.
- 	wantsColumnBreaks == true ifTrue: [
- 		stopConditions := stopConditions copy.
- 		stopConditions at: TextComposer characterForColumnBreak asciiValue + 1 put: #columnBreak.
- 	].
- !



More information about the Packages mailing list