Fork of PH NotePad/Simple Java Text Editor
Light weight text editor built in Java
- Search tool
- search for text/keywords in file
- highlighting found text
- Find/Replace text
- Auto completion for Java and C++ keywords (files need to be saved as .java/.cpp). It can be easily expanded to support pretty much any number of languages.
- Drag and Drop
- drag files into the text area and they get loaded
- Image buttons
- Customizable UI
To build and then open the .jar, run the following:
jar cfm SimpleJavaTextEditor.jar manifest.mf -C bin .
java -jar SimpleJavaTextEditor.jar- Michael Mehr
- Caitlin McHale
- Pierre-Henry Soria (Original Author) + contributors to his repo
- Dr. Peter Lars Dordal
- Boxicons, for providing the icons