Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# text_editor
Simple text editor made using java
# Text Editor

Simple and easy to use text editor, somewhat like the widely known Notepad, written in Java.

It is text editor just like notepad made by java.
Edi.java contains the main method.
to open file first you have to compile it the run the .class file by terminal/cmd.
To open file, first you have to compile Edi.java file by javac compiler and then run the .class file in terminal/cmd.

This project is a Work-In-Progress, but will be completed soon.
Find and Find&Replace function are not yet completed.