Update readme todo items
This commit is contained in:
parent
06276bcda1
commit
26bcb9f29c
17
README.md
17
README.md
@ -13,22 +13,23 @@ Probably tastes better than any Apple editor and NetBeans combined.
|
|||||||
|
|
||||||
## TODO:
|
## TODO:
|
||||||
- [X] ~~Tabs~~
|
- [X] ~~Tabs~~
|
||||||
- [ ] Modeline w/ linenumbers
|
- [X] Modeline w/ linenumbers
|
||||||
- [ ] Syntax highlighting
|
- [X] Syntax highlighting
|
||||||
- [ ] Filetree
|
- [ ] Filetree
|
||||||
- [X] Line numbers
|
- [X] Line numbers
|
||||||
|
|
||||||
## Maybe TODO?
|
|
||||||
- [X] Shortcuts
|
- [X] Shortcuts
|
||||||
|
- [X] Change languages
|
||||||
- [ ] Toggle line comment
|
- [ ] Toggle line comment
|
||||||
- [ ] List Chooser
|
|
||||||
- [ ] Change languages
|
|
||||||
- [ ] Search
|
|
||||||
- [ ] And replace
|
|
||||||
- [ ] Soft wrap
|
- [ ] Soft wrap
|
||||||
- [ ] Darkmode/Lightmode or color themes
|
- [ ] 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
|
- [ ] 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
|
## Credits/Sources
|
||||||
- [james-d/SimpleMVP](https://github.com/james-d/SimpleMVP/tree/master/src/examples/mvp) -> Demonstration of JavaFX Model/View/Controller application
|
- [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
|
- [FXMisc/RichTextFX](https://github.com/FXMisc/RichTextFX) -> Library for handling rich text and line numbers
|
||||||
|
Loading…
Reference in New Issue
Block a user