Add road map

This commit is contained in:
Adrian Wozniak 2019-01-06 18:38:46 +01:00
parent 7d6a5887fa
commit 9af772530e
No known key found for this signature in database
GPG Key ID: 3B441F7808FC43C7

View File

@ -1,2 +1,34 @@
# rider # rider
Text editor in rust 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