The formatters now work on grapheme iterators instead of directly on lines, which frees up the LineFormatter to break up long lines into smaller blocks of text. This is partially taken advantage of right now in various parts of the code, but more work is still needed to get it both working properly and fast. |
||
---|---|---|
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.