This makes the code easier to follow, and will make it easier to accomodate non-uniform width graphenes later on.
8 lines
401 B
Markdown
8 lines
401 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.
|