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. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE.txt | ||
| readme.md | ||
| todo.md | ||
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.