This is the first step towards supporting proportional fonts and tabs characters.
9 lines
485 B
Markdown
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! |