Update readme todo items

master
Oystein Kristoffer Tveit 2021-02-23 13:40:32 +01:00
parent 06276bcda1
commit 26bcb9f29c
1 changed files with 9 additions and 8 deletions

View File

@ -13,22 +13,23 @@ Probably tastes better than any Apple editor and NetBeans combined.
## TODO:
- [X] ~~Tabs~~
- [ ] Modeline w/ linenumbers
- [ ] Syntax highlighting
- [X] Modeline w/ linenumbers
- [X] Syntax highlighting
- [ ] Filetree
- [X] Line numbers
## Maybe TODO?
- [X] Shortcuts
- [X] Change languages
- [ ] Toggle line comment
- [ ] List Chooser
- [ ] Change languages
- [ ] Search
- [ ] And replace
- [ ] Soft wrap
- [ ] Darkmode/Lightmode or color themes
- [ ] Add icons for files/folders in filetree
- [ ] Add [code coverage check](https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html) to verify quality of unit tests
## Maybe TODO?
- [ ] List Chooser
- [ ] Search
- [ ] And replace
## Credits/Sources
- [james-d/SimpleMVP](https://github.com/james-d/SimpleMVP/tree/master/src/examples/mvp) -> Demonstration of JavaFX Model/View/Controller application
- [FXMisc/RichTextFX](https://github.com/FXMisc/RichTextFX) -> Library for handling rich text and line numbers