Updated todo file.

This commit is contained in:
Nathan Vegdahl 2014-12-27 14:05:59 -08:00
parent 74cd79745f
commit 4d68a36070

View File

@ -1,2 +1,6 @@
- "Editor" class that has cursors. - Page up / page down
- Some way of scrolling the view...? - Proper handling of tab characters
- 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.