Spring 2021 | Banana editor - Project for introductory OOP course
Øystein Kristoffer Tveit
09118ee3b2
Gitlab ci docs See merge request oysteikt/tdt4100-project-2021v!4 |
||
---|---|---|
src | ||
util | ||
.gitignore | ||
.gitlab-ci.yml | ||
LICENSE | ||
pom.xml | ||
README.md |
TODO:
Tabs- Modeline w/ linenumbers
- Syntax highlighting
- Filetree
- Line numbers
- Shortcuts
- Change languages
- Toggle line comment
- Soft wrap
- Darkmode/Lightmode or color themes
- Add icons for files/folders in filetree
- Add code coverage check to verify quality of unit tests
Maybe TODO?
- List Chooser
- Search
- And replace
Credits/Sources
- james-d/SimpleMVP -> Demonstration of JavaFX Model/View/Controller application
- FXMisc/RichTextFX -> Library for handling rich text and line numbers
- richtextfx-demos -> Examples and demos of how to use RichTextFX, including Java Keywords Demo
- Pixabay/311788 -> Banana logo
- Guava Event Bus -> Library for handling communication between controllers
- JFX Moderna -> CSS reference
- devicons/devicon -> icons for files and languages