Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix undo/redo not updating the syntax tree. | Blaž Hrastnik | 2020-12-03 |
| | |||
* | history.redo() | Blaž Hrastnik | 2020-10-13 |
| | |||
* | Undo tree draft. | Blaž Hrastnik | 2020-10-13 |
We keep a tree of transactions. This allows for persistent undo by simply serializing the changesets. |