[squeak-dev] The Trunk: Morphic-mt.1803.mcz

Marcel Taeumel marcel.taeumel at hpi.de
Thu Dec 2 10:41:35 UTC 2021


Note that you can still have this simple, non-disrupting cancel/clear via text undo: CMD+Z

Best,
Marcel
Am 30.11.2021 23:28:45 schrieb Jakob Reschke <jakres+squeak at gmail.com>:
Thank you!

Am Mo., 29. Nov. 2021 um 11:18 Uhr schrieb :
>
> Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
> http://source.squeak.org/trunk/Morphic-mt.1803.mcz
>
> ==================== Summary ====================
>
> Name: Morphic-mt.1803
> Author: mt
> Time: 29 November 2021, 11:17:49.411615 am
> UUID: 8dc2a08e-8d6a-40a8-9363-63825d568895
> Ancestors: Morphic-mt.1802
>
> Adds confirmation dialog to avoid inadvertent loss of unsaved work via keyboard shortcuts.
>
> The shorcut is CTRL+L, which might be triggered via CTRL+PageDown, depending on your platform and preferences.
>
> See http://lists.squeakfoundation.org/pipermail/squeak-dev/2021-November/217224.html
>
> =============== Diff against Morphic-mt.1802 ===============
>
> Item was changed:
> ----- Method: TextEditor>>cancel (in category 'menu messages') -----
> cancel
> "Cancel the changes made so far to this text"
> +
> + model okToChange
> + ifTrue: [morph cancelEdits].!
> - morph cancelEdits!
>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20211202/a4940b80/attachment-0001.html>


More information about the Squeak-dev mailing list