ietf-tools / editor

A fully featured editor to write, review, refine and submit Internet-Drafts.
https://draftforge.ietf.org
Other
10 stars 2 forks source link

The ability to undo/redo edits should span Save actions #33

Open ajeanmahoney opened 7 months ago

ajeanmahoney commented 7 months ago

A user should be able to type, save, and then undo (or redo) the edits that they made before the save action. Currently, neither undo nor redo work if the document was just saved. The edit buffer can be flushed when the document is closed, though.

ajeanmahoney commented 7 months ago

I can undo/redo basic edits before saving, but I can't undo a Reindent action even if it's the only edit I've made and I haven't saved.

NGPixel commented 7 months ago

Are you saving / under / redo via the toolbar or within the editor using keyboard shortcuts (Cmd+S, Cmd+Z, Cmd+Y) ?

ajeanmahoney commented 7 months ago

Keyboard shortcuts