simplify undo system #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
/*** NOTE* I had a new idea that I could use "Absolute" messages for undo/redo.* They would just say "insert this at position x", or "delete this range"* This would work because the state is always known. Something similar* to this would also be necessary for tree-sitter (marking portions of the source as updated).** The current implementation is over-complicated, require a specific "relative"* undo action for each do action.*/I think the current system is really fine. I just need to clear up some of the Message names.