scorebored / scorebored-2-alpha

Scorebored, Version 2
MIT License
1 stars 0 forks source link

Redo #11

Closed mike-mcgann closed 11 years ago

mike-mcgann commented 11 years ago

Have the ability to "redo" if you want to undo the undo. On an undo, push all events generated into a undoHistory stack. If one undo causes three events, place all three events as the next entry in the stack. Redo pops that and applies the events. Clear the undoHistory stack as soon as there is a non-undo, non-redo operation.

mike-mcgann commented 11 years ago

This was in at one point, but I didn't find it all that useful. Closing for now as a wontfix. We can always change our minds later.