Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-21 00:25:16 +03:00
parent 2e6f860de5
commit 3a9a177bc3

View File

@ -2091,6 +2091,7 @@ var JournalActions = actions.Actions({
// XXX should we stop at non-undoable actions??? // XXX should we stop at non-undoable actions???
// ...intuitively, yes, as undoing past these may result in an // ...intuitively, yes, as undoing past these may result in an
// inconsistent state... // inconsistent state...
// XXX should we implement redo as an undo of undo?
undo: ['Edit/Undo', undo: ['Edit/Undo',
doc`Undo last action(s) from .journal that can be undone doc`Undo last action(s) from .journal that can be undone
@ -2181,8 +2182,8 @@ var JournalActions = actions.Actions({
this.rjournal = rjournal }], this.rjournal = rjournal }],
// XXX add arg: // XXX add arg:
// - count - DONE // - count - DONE
// - 'unsaved' / 'all' // - 'all' - DONE
// XXX REVISE... // - 'unsaved'
redo: ['Edit/Redo', redo: ['Edit/Redo',
doc`Redo an action from .rjournal doc`Redo an action from .rjournal