led/todo.md
Nathan Vegdahl 0941339906 Basic line-ending detection when opening files.
Buffers now store what line-ending type they consider themselves to be,
and the ui uses that when adding new lines while editing.
2015-01-03 15:15:14 -08:00

220 B

  • 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.
  • Undo functionality