MULTI-THEMED TEXT-EDITOR (Notepad)
1.Opening and Writing Code in Notepad:
2.Saving Code written and changing themes as per convenience:
4.Compiling Source Code from Terminal:
To make a Text Editor for writing codes in order to test the accuracy without giving suggestions(Unlike Modern IDE's).
To increase the accuracy of writing code(Helpful in interviews).
To compile and run codes of all languages in the same folder (Saving time in shifting multiple folders) using CLI.
To make a self-created text editor.
Version :
Editor : Notepad (Windows)
Author : Akshit Mangotra
User Instructions on how to run this project:
Install JDK 11 or more on the machine.
Please make sure that it has applet viewer installed with JDK.
Open terminal (for Mac) or command prompt (for windows ) and navigate to the directory where the project is saved.
Run the following command: javac StartNotepad.java and then run java StartNotepad
🙂 Enjoy the Notepad and show some love. ♥