<div dir="ltr">includesAnyOf: String crlf</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 15 mai 2019 à 21:16, Chris Muller <<a href="mailto:asqueaker@gmail.com" target="_blank">asqueaker@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I had that exact same question.   Probably so...<br>
<br>
On Wed, May 15, 2019 at 2:15 AM Marcel Taeumel <<a href="mailto:marcel.taeumel@hpi.de" target="_blank">marcel.taeumel@hpi.de</a>> wrote:<br>
><br>
> We should check all possible line-end characters, right?<br>
><br>
> Am 15.05.2019 00:53:20 schrieb <a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a> <<a href="mailto:commits@source.squeak.org" target="_blank">commits@source.squeak.org</a>>:<br>
><br>
> Chris Muller uploaded a new version of Morphic to project The Inbox:<br>
> <a href="http://source.squeak.org/inbox/Morphic-cmm.1489.mcz" rel="noreferrer" target="_blank">http://source.squeak.org/inbox/Morphic-cmm.1489.mcz</a><br>
><br>
> ==================== Summary ====================<br>
><br>
> Name: Morphic-cmm.1489<br>
> Author: cmm<br>
> Time: 14 May 2019, 5:52:52.33191 pm<br>
> UUID: 7ac016ff-055b-4834-b3b3-35a7864215d0<br>
> Ancestors: Morphic-pre.1488<br>
><br>
> Fix TextEditor>>#hasMultipleLinesSelected to consider actual lines, instead of wrapped lines.<br>
><br>
> =============== Diff against Morphic-pre.1488 ===============<br>
><br>
> Item was changed:<br>
> ----- Method: TextEditor>>hasMultipleLinesSelected (in category 'typing support') -----<br>
> hasMultipleLinesSelected<br>
> + ^ self selection includes: Character cr!<br>
> -<br>
> - ^ self hasSelection and: [self startBlock top < self="" stopblock=""><br>
><br>
><br>
><br>
<br>
</blockquote></div>