led/todo.md
Nathan Vegdahl e3e2c866b9 We now store character widths in TextBlocks.
This is the first step towards supporting proportional fonts
and tabs characters.
2014-12-28 13:44:38 -08:00

9 lines
485 B
Markdown

- Proper handling of non-uniform-width characters. Specifically, this needs
to address tabs. But it should be done to handle the general case anyway,
since that's unlikely to be more complex and will future-proof things.
- Line number display
- Editor info display (filename, current line/column, indentation style, etc.)
- File opening by entering path
- UI that wraps editors, for split view.
- Unit testing for text block, text node, and text buffer. They must
be reliable!