a very minimal version of a text editor written in Java
- Syntax highlighting support for .java files
$ git clone https://github.com/aravindm711/just-edit
$ cd just-edit
$ java -jar justedit/justedit.jar
Or, download the .jar file from the just-edit parent folder and run,
$ java -jar justedit.jar