You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,15 @@
2
2
3
3
**PH NotePad** is a simple and light **text editor** (notepad) written in Java.
4
4
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
6
6
7
-
- Find/Replace code feature
7
+
- Find/Replace text/code
8
8
9
9
- 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.
10
10
11
11
- Nice Image Buttons for better UX
12
12
13
13
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
-
16
14

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`
0 commit comments