bazed-editor / bazed

The baz editor
Apache License 2.0
26 stars 3 forks source link

Implement undo and redo #43

Closed elkowar closed 1 year ago

elkowar commented 1 year ago

Edit actions should be grouped into undo-groups in a sensible manner, and redo should be possible. It may be worth thinking about approaches to have some sort of undo-tree or emacs-style undo, although for an initial POC regular undo/redo will do