Skip to content

Commit d2353d5

Browse files
committed
Update ReadMe with more details
1 parent 04c9b39 commit d2353d5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
**PH NotePad** is a simple and light **text editor** (notepad) written in Java.
44

5-
- Search tool (to search code easily in the code) + highlighting the code found
5+
- Search tool (to search text/keywords easily in the code) + highlighting the code found
66

7-
- Find/Replace code feature
7+
- Find/Replace text/code
88

99
- 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.
1010

1111
- Nice Image Buttons for better UX
1212

1313

14-
If you use the executable file "notepad.jar" and that it does't run, you can type "java -jar /your_notepad_directory/notepad.jar" in your terminal.
15-
1614
![Example Java Text Editor](Screenshots/find-replace-word-in-java-text-editor.png)
1715

1816

@@ -48,7 +46,9 @@ Achintha Gunasekara: [email protected]
4846

4947
Download the Jar file and double click to run
5048

51-
Or run java -jar SimpleJavaTextEditor.jar from the command line
49+
Or run `java -jar SimpleJavaTextEditor.jar` from the command line
50+
51+
You can also generate easily a new jar file with the following command in *src/* folder `jar cmvf META-INF/MANIFEST.MF SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
5252

5353

5454
## LICENSE

0 commit comments

Comments
 (0)