istoph / editor

The chr terminal editor is inspired by the turbo pascal editor using Turbo Vision from the year 1997. For the keyboard shortcut he should be similar gedit, to facilitate the transition from desktop to console editor.
Boost Software License 1.0
36 stars 3 forks source link

Undo/redo after saving the file #16

Closed bziemons closed 8 months ago

bziemons commented 1 year ago

Currently the undo/redo stack is cleared when saving a file, but I think it makes sense to be able to e.g. undo after saving the file.

textshell commented 1 year ago

Yes, the undo/redo stack should not be cleared. Something to consider when reworking the undo/redo system in the future.

textshell commented 8 months ago

This got fixed while reworking the undo/redo support.