TDT4100-project/README.md

23 lines
1.0 KiB
Markdown
Raw Normal View History

2021-02-12 22:25:41 +01:00
# TODO: Name the project
## TODO:
- [ ] Tabs
- [ ] Modeline w/ linenumbers
- [ ] Syntax highlighting
- [ ] Filetree
- [ ] Line numbers
## Maybe TODO?
- [ ] Shortcuts
- [ ] List Chooser
- [ ] Change languages
- [ ] Search
2021-02-16 17:24:17 +01:00
- [ ] Soft wrap
2021-02-12 22:25:41 +01:00
- [ ] And replace
- [ ] Darkmode/Lightmode or color themes
2021-02-17 19:46:14 +01:00
- [ ] Add [code coverage check](https://docs.gitlab.com/ee/user/project/merge_requests/test_coverage_visualization.html) to verify quality of unit tests
2021-02-12 22:25:41 +01:00
## Credits/Sources
- [james-d/SimpleMVP](https://github.com/james-d/SimpleMVP/tree/master/src/examples/mvp) -> Demonstration of JavaFX Model/View/Controller application
- [FXMisc/RichtTextFX](https://github.com/FXMisc/RichTextFX) -> Library for handling rich text and line numbers
- [richtextfx-demos](https://github.com/FXMisc/RichTextFX/blob/master/richtextfx-demos/README.md) -> Examples and demos of how to use RichTextFX, including [Java Keywords Demo](https://github.com/FXMisc/RichTextFX/blob/master/richtextfx-demos/src/main/java/org/fxmisc/richtext/demo/JavaKeywordsAsyncDemo.java)