mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
2e6f860de5
commit
3a9a177bc3
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user