Text editor based on Notepad from Windows.
It is a text editor developed in Java.
Edi.java contains the main method.
to open a file, you must first compile it by running the command.
javac Edi.java
then run the .class file by terminal/cmd.
Note(for Windows) If you are compiling it in Windows and it gives an error related to commas, please remove inverted commas from the mentioned lines.