Text editor in rust
assets | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
LICENSE | ||
README.md |
rider
Text editor in rust
Road map
v1.0
- Basic lexer based highlight
- Scrolling
- Handle click based caret movement
- Handle caret movement with arrow keys
- Add text content
- Open file menu
Save file
with buttonSave file
with shortcutSave file as...
with shortcut- Theme based menu UI
- Lock scroll when no available content
- Config edit menu
- Project tree
- Cover
rider
with tests - Handle resize window
v1.1
- Debugger
- Open file from CLI
- Tabs
- Git support
- Context menu
- Keep indent
v1.2
- Multi-caret
- Projects menu