Go to file
Nathan Vegdahl 8319033ae5 First step in pulling formatters out of the text buffer.
This commit pulls the formatter out of the text buffer and
puts it in the editor instead.  However, there is a lot of
commented code utlizing the buffer and formatter that still
needs to be updated.

In short, the editor is pretty non-functional in this commit.
2015-02-06 19:47:52 -08:00
src First step in pulling formatters out of the text buffer. 2015-02-06 19:47:52 -08:00
.gitignore Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
Cargo.toml Commented out the GUI modules until I can figure out how to get it working again. 2015-01-29 20:35:19 -08:00
LICENSE.txt Added a copyright license. 2015-01-21 20:41:01 -08:00
readme.md Updated todo and readme files. 2015-01-21 20:37:53 -08:00
todo.md Improved file loading. 2015-02-01 23:17:43 -08:00

Led

Led is a simple text editor with both a console and GUI interface.

The long-term goals of Led are to be a scriptable, cross-platform code editor that you can take with you wherever you go. It's a long ways off from that at the moment, however.

Other projects that inspire the general direction of Led include Zed and Vim.