Add road map
This commit is contained in:
parent
7d6a5887fa
commit
9af772530e
32
README.md
32
README.md
@ -1,2 +1,34 @@
|
||||
# rider
|
||||
Text editor in rust
|
||||
|
||||
## 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
|
||||
|
||||
### v1.1
|
||||
|
||||
* [ ] Debugger
|
||||
* [ ] Open file from CLI
|
||||
* [ ] Tabs
|
||||
* [ ] Git support
|
||||
* [ ] Context menu
|
||||
* [ ] Keep indent
|
||||
|
||||
### v1.2
|
||||
* [ ] Multi-caret
|
||||
* [ ] Projects menu
|
||||
|
Loading…
Reference in New Issue
Block a user