Spring 2021 | Banana editor - Project for introductory OOP course
|
||
---|---|---|
src | ||
util | ||
.gitignore | ||
.gitlab-ci.yml | ||
pom.xml | ||
README.md |
TODO: Name the project
TODO:
- Tabs
- Modeline w/ linenumbers
- Syntax highlighting
- Filetree
- Line numbers
Maybe TODO?
- Shortcuts
- List Chooser
- Change languages
- Search
- Soft wrap
- And replace
- Darkmode/Lightmode or color themes
Credits/Sources
- james-d/SimpleMVP -> Demonstration of JavaFX Model/View/Controller application
- FXMisc/RichtTextFX -> Library for handling rich text and line numbers
- richtextfx-demos -> Examples and demos of how to use RichTextFX, including Java Keywords Demo