Skip to content

📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto-completion, Nice Image Buttons for better UX, etc.

License

Notifications You must be signed in to change notification settings

michael-mehr/Simple-Java-Text-Editor

 
 

Repository files navigation

Simple-Java-Text-Editor

Fork of PH NotePad/Simple Java Text Editor

Light weight text editor built in Java

Features

  • 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

Demo/Usage

To build and then open the .jar, run the following:

jar cfm SimpleJavaTextEditor.jar manifest.mf -C bin .
java -jar SimpleJavaTextEditor.jar

Contributors

  • Michael Mehr
  • Caitlin McHale

Acknowledgments

  • Pierre-Henry Soria (Original Author) + contributors to his repo
  • Dr. Peter Lars Dordal
  • Boxicons, for providing the icons

About

📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto-completion, Nice Image Buttons for better UX, etc.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%