led/todo.md
Nathan Vegdahl 6c659a17dc Switched undo stack to use a linked list instead of a vector.
This makes sure there aren't pathological cases where the user has been
typing for a very long time, and the undo stack needs to change capacity.
2015-01-09 22:40:41 -08:00

6 lines
220 B
Markdown

- Custom line iterator code for file loading, because rust's built-in one
only recognizes LF and CRLF.
- Line number display
- File opening by entering path
- UI that wraps editors, for split view.
- Redo functionality