- A Light-weight java-based text-editor with auto-completions for writing java code.
- It has autosave and recover features to restore the unsaved lost data.
- made using (JavaFX, awt and Swing)
- JavaPad is very Light and can run smoothly even in older laptops.
- Has built in auto-completions for JAVA.
- AutoSave and recover features.
- (Most of our university laptops used to have Auto-shutdown issue. So the unsaved data used to get lost. So we made this text editor to solve the issue.)
- (No need to clone the repo for using the Application)
- Download :
Notepad.jar
- Run the application:
java --jar Notepad.jar
- Add syntax-highlighting
- Add Zen-mode
The workspace contains two folders by default, where:
src
: the folder to maintain sourceslib
: the folder to maintain dependencies Meanwhile, the compiled output files will be generated in thebin
folder by default.