Making a Simple Example IDE with Intellij like GUI using JavaFX 12
TODO: Complete post after code published
Status: Incomplete
The files for the project will be available at,https://github.com/quickgrid/Brainless-IDE
This is not meant to be built upon. It is useful for prototyping and giving examples for various components to use in other projects. Currently it uses Javascript based Ace Editor for code editor segment. It can be replaced by RichTextFX or RSyntaxTextArea, more information on these can be found here,
https://github.com/quickgrid/JavaFx-RichTextFx-RSyntaxTextArea-Example


Comments