FXMisc / UndoFX

Undo manager for JavaFX
BSD 2-Clause "Simplified" License
99 stars 17 forks source link

Non linear undo #10

Closed JordanMartinez closed 8 years ago

JordanMartinez commented 8 years ago

This isn't ready to be merged, but gives you an idea on how I'm trying to implement this.

I still have a few things to figure out:

JordanMartinez commented 8 years ago

I feel like my NonLinearChangeQueue's need to be more 'queue-like' instead of an object that distinguishes which queue with which a change is associated and that has a few methods from the UndoManagerImpl.

The principles I see are:

JordanMartinez commented 8 years ago

Closing since I believe my next PR's approach is the correct one to take.