Skip to main content

Module undo

Module undo 

Source
Expand description

Undo/redo system — u to undo, r to redo (vim-style).

Each destructive action pushes an UndoAction that captures exactly what was changed so it can be reversed.

Structs§

UndoStack
Undo/redo stack.

Enums§

UndoAction
A single undoable action.