Spring 2021 | Banana editor - Project for introductory OOP course
 
 
 
 
 
Go to file
Oystein Kristoffer Tveit 740a4ee1f7 add requirements explanation 2021-04-17 19:03:51 +02:00
src Fix api docs 2021-04-15 16:27:40 +02:00
util Add linecount utility 2021-02-23 16:48:25 +01:00
.gitignore Remove .classpath and .project 2021-02-17 17:32:12 +01:00
.gitlab-ci.yml Add test templates 2021-04-15 14:17:46 +00:00
LICENSE Add LICENSE 2021-03-01 14:58:03 +01:00
README.md added some more with writing and reading to file 2021-04-07 12:39:52 +02:00
REQUIREMENTS.md add requirements explanation 2021-04-17 19:03:51 +02:00
pom.xml Add test templates 2021-04-15 14:17:46 +00:00

README.md

Banana Editor

Probably tastes better than any Apple editor and NetBeans combined.


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
  • Search
  • And replace

Credits/Sources

  • icons8 -> Filetree and language icons.
  • StackOverflow/38278601 -> Example of how to generate and show a filetree recursively.
  • Youtube/ProgrammingKnowledge -> Introduction to the fundamentals to create a filetree.
  • GenuineCoder -> Examples of how to use FileChooser and setting extensionfilters. Also included a nice method to save files.
  • Tutorialspoint -> Example of how to use the openSaveDialog with FileChooser.
  • mkyoung -> Example of how to create a directory/folder.
  • Youtube/Cool IT Help -> Showing how to cast (Stage). Example of how FXML, listener/event and DirectyChooser nicely can cooperate.
  • Code Makery -> Examples of many different javafx dialogs.
  • Oracle -> How to use JOption.