<div dir="ltr">Should the comment be changed here? Or is it still a hack ?<div><br></div><div>Best,</div><div>Karl</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 27, 2016 at 2:43 AM,  <span dir="ltr">&lt;<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>&gt;</span> wrote:<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 ST80 to project The Trunk:<br>
<a href="http://source.squeak.org/trunk/ST80-nice.220.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/<wbr>trunk/ST80-nice.220.mcz</a><br>
<br>
==================== Summary ====================<br>
<br>
Name: ST80-nice.220<br>
Author: nice<br>
Time: 27 October 2016, 2:43:25.251747 am<br>
UUID: e617501e-764e-4c9c-8c0c-<wbr>a2a559e84940<br>
Ancestors: ST80-tfel.219<br>
<br>
Remove an old Transcript show: remnant from horrorful text selection debug session.<br>
<br>
=============== Diff against ST80-tfel.219 ===============<br>
<br>
Item was changed:<br>
  ----- Method: CharacterBlockScannerForMVC&gt;&gt;<wbr>crossedX (in category &#39;stop conditions&#39;) -----<br>
  crossedX<br>
        characterIndex == nil ifFalse: [<br>
                &quot;If the last character of the last line is a space,<br>
                and it crosses the right margin, then locating<br>
                the character block after it is impossible without this hack.&quot;<br>
+               characterIndex &gt; text size ifTrue: [<br>
-               characterIndex &gt; text size ifTrue: [Transcript cr; show:&#39;here&#39;.<br>
                        lastIndex := characterIndex.<br>
                        characterPoint := (nextLeftMargin ifNil: [leftMargin]) @ (destY + line lineHeight).<br>
                        ^true]].<br>
        ^super crossedX!<br>
<br>
<br>
</blockquote></div><br></div>