Feature summary (what you would like to be able to do and where):
After pressing "escape", a dialog should request confirmation, warning that you will discard edits.
Use case(s) (list the steps that you performed to discover that problem, and describe the actual underlying problem which you want to solve.
- Start editing an article
- Press the Escape key unintentionally
- Don't have a snapshot available, or don't know how to retrieve it safely
Benefits (why should this be implemented?):
Don't lose significant edits so easily
One ugly way to implement, in the code right at the start of MainForm_KeyDown, is to replace Stop() with btnStop_Click(null, null).