<div dir="ltr"><div>Huh? why was this in Morphic rather than Multilingual?<br></div>I fail to see... It did refer to TextComposer which is a Graphics thing...<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
2013/9/27  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nicolas Cellier uploaded a new version of Morphic to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/Morphic-nice.690.mcz" target="_blank">http://source.squeak.org/trunk/Morphic-nice.690.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: Morphic-nice.690<br>
Author: nice<br>
Time: 27 September 2013, 1:10:19.273 am<br>
UUID: 5c6db0c0-62e8-48ab-8fa9-7fae0ec8a1ac<br>
Ancestors: Morphic-tpr.689<br>
<br>
setFont should not set stopConditions, it&#39;s setStopConditions which setFont for a few years now.<br>
<br>
=============== Diff against Morphic-tpr.689 ===============<br>
<br>
Item was changed:<br>
  ----- Method: MultiCompositionScanner&gt;&gt;setFont (in category &#39;*Morphic-Multilingual&#39;) -----<br>
  setFont<br>
        super setFont.<br>
+       breakAtSpace := false.!<br>
-       breakAtSpace := false.<br>
-       wantsColumnBreaks == true ifTrue: [<br>
-               stopConditions := stopConditions copy.<br>
-               stopConditions at: TextComposer characterForColumnBreak asciiValue + 1 put: #columnBreak.<br>
-       ].<br>
- !<br>
<br>
<br>
</blockquote></div><br></div>