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

commits at source.squeak.org commits at source.squeak.org
Mon Nov 29 10:17:56 UTC 2021


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!



More information about the Squeak-dev mailing list