<body><div id="__MailbirdStyleContent" style="font-size: 10pt;font-family: Arial;color: #000000;text-align: left" dir="ltr">
                                        Hi Christoph --<div><br></div><div>Nope. The traditional cancel operation can still be of value. That's exactly why I did not change #cancelEdits but added an extra one. ;-)</div><div><br></div><div>Best,</div><div>Marcel</div><div class="mb_sig"></div><blockquote class='history_container' type='cite' style='border-left-style:solid;border-width:1px; margin-top:20px; margin-left:0px;padding-left:10px;'>
                        <p style='color: #AAAAAA; margin-top: 10px;'>Am 26.12.2021 19:26:05 schrieb christoph.thiede@student.hpi.uni-potsdam.de <christoph.thiede@student.hpi.uni-potsdam.de>:</p><div style='font-family:Arial,Helvetica,sans-serif'>
Note that classical <span style="color: #000080">#cancelEdits</span> has no sends in the TextMorph hierarchy since Morphic-mt.1810. Should we deprecate it?<br>
<br>
Best,<br>
Christoph<br>
<br>
<span style="color: #808080">---<br>
</span><span style="color: #808080"><i>Sent from </i></span><span style="color: #808080"><i><a href="https://github.com/hpi-swa-lab/squeak-inbox-talk"><u><font color="#808080">Squeak Inbox Talk</font></u></a></i></span><br>
<br>
On 2021-12-26T18:23:26+00:00, commits@source.squeak.org wrote:<br>
<br>
> Christoph Thiede uploaded a new version of Morphic to project The Trunk:<br>
> http://source.squeak.org/trunk/Morphic-ct.1831.mcz<br>
> <br>
> ==================== Summary ====================<br>
> <br>
> Name: Morphic-ct.1831<br>
> Author: ct<br>
> Time: 26 December 2021, 7:22:25.591061 pm<br>
> UUID: 12a8abbc-80b9-5341-aaf2-16be98564328<br>
> Ancestors: Morphic-mt.1830<br>
> <br>
> Fixes editor regression that raised an MNU for #cancel in simple text morphs. Minor refactoring in TextMorphForEditView >> #cancelEdits.<br>
> <br>
> =============== Diff against Morphic-mt.1830 ===============<br>
> <br>
> Item was added:<br>
> + ----- Method: TextMorph>>cancelEditsSafely (in category 'editing') -----<br>
> + cancelEditsSafely<br>
> +     "Safe variation of #cancelEdits, where the undo history is not discarded and can thus be used to undo the cancel operation.<br>
> +     This default implementation does nothing."!<br>
> <br>
> Item was changed:<br>
>   ----- Method: TextMorphForEditView>>cancelEdits (in category 'editing') -----<br>
>   cancelEdits<br>
>       "The message is sent when the user hits enter or Cmd-L.<br>
>       Cancel the current contents and end editing."<br>
> +     super cancelEdits.<br>
> -     self releaseParagraph.<br>
>       editView cancel!<br>
> <br>

</div></blockquote>
                                        </div></body>