From 3a9a177bc3b3d361461b54bce6187df296d8579f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 21 Feb 2022 00:25:16 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- Viewer/features/core.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Viewer/features/core.js b/Viewer/features/core.js index d8dd5913..403772af 100755 --- a/Viewer/features/core.js +++ b/Viewer/features/core.js @@ -2091,6 +2091,7 @@ var JournalActions = actions.Actions({ // XXX should we stop at non-undoable actions??? // ...intuitively, yes, as undoing past these may result in an // inconsistent state... + // XXX should we implement redo as an undo of undo? undo: ['Edit/Undo', doc`Undo last action(s) from .journal that can be undone @@ -2181,8 +2182,8 @@ var JournalActions = actions.Actions({ this.rjournal = rjournal }], // XXX add arg: // - count - DONE - // - 'unsaved' / 'all' - // XXX REVISE... + // - 'all' - DONE + // - 'unsaved' redo: ['Edit/Redo', doc`Redo an action from .rjournal