Spring 2021 | Banana editor - Project for introductory OOP course
 
 
 
 
 
Go to file
Oystein Kristoffer Tveit db0930b7a6 Add instructions on how to run the program 2021-04-26 23:22:41 +02:00
.gitlab/graphics krav 2021-04-26 21:24:49 +02:00
src Merge branch 'master' of gitlab.stud.idi.ntnu.no:oysteikt/h20-tdt4100-project 2021-04-26 22:59:56 +02:00
util run configs 2021-04-26 23:21:21 +02:00
.gitignore Remove dependency-reduced-pom 2021-04-20 20:37:45 +02:00
.gitlab-ci.yml req 2021-04-26 22:11:19 +02:00
LICENSE Add LICENSE 2021-03-01 14:58:03 +01:00
README.md Add instructions on how to run the program 2021-04-26 23:22:41 +02:00
REQUIREMENTS.md typo req 2021-04-26 23:00:25 +02:00
pom.xml Readd graphics libraries 2021-04-20 20:37:01 +02:00
run.bat run configs 2021-04-26 23:21:21 +02:00
run.sh run configs 2021-04-26 23:21:21 +02:00

README.md

Banana Editor

Probably tastes better than any Apple editor and NetBeans combined.

--> See project requirement details here <--

In order to run the program, use run.bat if using Windows or run.sh if using UNIX based OS


Pipeline Status Coverage Documentation License

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

  • Papirus -> Icons for filetree
  • 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.