mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d3b513a417
commit
00b2664fed
@ -2100,9 +2100,10 @@ var JournalActions = actions.Actions({
|
|||||||
// XXX will also need to handle other methods + aliases in chain...
|
// XXX will also need to handle other methods + aliases in chain...
|
||||||
// XXX EXPERIMENTAL...
|
// XXX EXPERIMENTAL...
|
||||||
undo: ['Edit/Undo',
|
undo: ['Edit/Undo',
|
||||||
doc`Undo last action from .journal that can be undone
|
doc`Undo last action(s) from .journal that can be undone
|
||||||
|
|
||||||
.undo()
|
.undo()
|
||||||
|
.undo(<count>)
|
||||||
|
|
||||||
This will shift the action from .journal to .rjournal preparing
|
This will shift the action from .journal to .rjournal preparing
|
||||||
it for .redo()
|
it for .redo()
|
||||||
@ -2121,7 +2122,7 @@ var JournalActions = actions.Actions({
|
|||||||
this.rjournal || []
|
this.rjournal || []
|
||||||
: []
|
: []
|
||||||
|
|
||||||
// XXX add test for save point...
|
// XXX add test for save point -- 'unsaved' keyword...
|
||||||
// XXX this counts undoable actions only -- is this correct...
|
// XXX this counts undoable actions only -- is this correct...
|
||||||
while(count-- > 0
|
while(count-- > 0
|
||||||
&& journal.length > 1){
|
&& journal.length > 1){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user