atom-undo-tree
atom-undo-tree copied to clipboard
Merge this project with scroll-through-time
Hello, very nice idea. Please collaborate with https://github.com/mathieudutour/scroll-through-time. It would be quite powerful and extremely cool to visualize a tiny-ish tree of the typing history, and mix the finger pattern with navigation on the undo/redo branches ! A simple DAG would suffice for a start.
This is a feature not so important in an editor, but maybe hopefully one day it will be integrated in firefox with tab tree views and be so great :)
Merci déjà
This project doesn't keep track of branches. It just pushes the redo stack (twice) onto the undo stack instead of deleting it if something new is done.
So, I think you'd need to create a new project if you really wanted it to behave like a tree with branches.