/JoshEdit

A lightweight code editor for use in Java applications.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

JoshEdit

This repository hosts the code editing control used by LateralGM.

Building

This project can be built with Maven:

mvn package

For testing, the org.lateralgm.joshedit.Runner class contains an entry point which displays an instance of the control in a window:

java -cp target/classes org.lateralgm.joshedit.Runner