griffinryan / DoterEditor

Doter Code Editor powered by VSCode
https://griffinryan.com
4 stars 1 forks source link
editor gradle ide java javafx monaco-editor

Doter IDE and Code Editor

doteralpha.png

Doter: "Dreams of Text Editors Running"

Overview



GitHub issues by-label

Doter Editor is built with Gradle!

dotereditor.com


Support

Get started

Clone the Doter Editor project.

git clone https://github.com/griffinryan/DoterEditor.git
cd DoterEditor/

Use Maven to build the project.

mvn clean install
mvn compile
mvn exec:java -Dexec.mainClass=com.griffinryan.doter.DoterApplication

To-Do:

Add settings panel

Implement terminal emulation support

Add compiler/code-running functionalities based on current project language

Create a welcome splash screen for the end user's ease of access.

Track current problems in dedicated/individual user messages to eventually display in a pane dedicated to project errors, warnings, and output.

Add event listening for modified files that are not yet saved, along with traditional indicators to display to the user. Along with this, if a file is unsaved display a "quit confirmation" message before the user can quit the application.