Oystein Kristoffer Tveit 066fdb26ce | ||
---|---|---|
src | ||
util | ||
.gitignore | ||
.gitlab-ci.yml | ||
README.md | ||
pom.xml |
README.md
Banana Editor
Probably tastes better than any Apple editor and NetBeans combined.
TODO:
Tabs- Modeline w/ linenumbers
- Syntax highlighting
- Filetree
- Line numbers
Maybe TODO?
- Shortcuts
- Toggle line comment
- List Chooser
- Change languages
- Search
- And replace
- Soft wrap
- Darkmode/Lightmode or color themes
- Add code coverage check to verify quality of unit tests
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