<div dir="ltr">Hi,<div>See class comment i NewParagraph for a hint of what happens.</div><div>A empty lineSpan 71 to: 70 is added to the end of the paragraph, when you double click below the text.</div><div>When the character scanner looks for characters outside of the string at index 71 it cause a recursion.</div><div><br></div><div>Best,</div><div>Karl</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jul 4, 2018 at 11:10 AM K K Subbu <<a href="mailto:kksubbu.ml@gmail.com">kksubbu.ml@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tuesday 03 July 2018 04:40 AM, Tim Johnson wrote:<br>
> 1. File-in the .cs as attached*.<br>
> 2. In a system browser, click on the class, then click on the [?] button <br>
> to view class comment.<br>
> 3. Notice the styled text in the comment.<br>
> 4. Click around the comment pane a bit.<br>
> 5. Eventually, see "Error: subscript is out of bounds: 71" appear over <br>
> and over until you interrupt.<br>
In step 4, it is sufficient to click once near the bottom of the pane <br>
when the cursor changes from I-bar to arrow and then wait. This will <br>
trigger the error, but the error window triggers itself recursively <br>
around 50 times before stopping and displaying the windows.<br>
<br>
I added an assert to catch it before recursion:<br>
<br>
    self assert: lastIndex < sourceString size.<br>
<br>
The assert window itself throws up another error, but that is a topic <br>
for another thread ;-).<br>
<br>
Regards .. Subbu<br>
<br>
</blockquote></div>