rider/README.md

36 lines
665 B
Markdown
Raw Normal View History

2019-01-03 10:39:58 +01:00
# rider
Text editor in rust
2019-01-06 18:38:46 +01:00
## Road map
### v1.0
* [x] Basic lexer based highlight
* [x] Scrolling
* [x] Handle click based caret movement
* [ ] Handle caret movement with arrow keys
* [x] Add text content
* [ ] Open file menu
* [ ] `Save file` with button
* [ ] `Save file` with shortcut
* [ ] `Save file as...` with shortcut
* [x] Theme based menu UI
* [ ] Lock scroll when no available content
* [ ] Config edit menu
* [ ] Project tree
* [ ] Cover `rider` with tests
* [x] Handle resize window
2019-01-06 18:38:46 +01:00
### v1.1
* [ ] Debugger
* [ ] Open file from CLI
* [ ] Tabs
* [ ] Git support
* [ ] Context menu
* [ ] Keep indent
### v1.2
* [ ] Multi-caret
* [ ] Projects menu