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
+21-8Lines changed: 21 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,35 @@
1
1
# Simple Java Text Editor
2
2
3
-
This is a simple text editor (notepad) written in Java. It also features a search engine.
3
+
**PH NotePad**is a simple and light **text editor** (notepad) written in Java.
4
4
5
-
If you use the executable file "notepad.jar" and that it does not run, you can type "java -jar /your_notepad_directory/notepad.jar" in your terminal.
5
+
- Search tool (to search code easily in the code) + highlighting the code found
6
6
7
-

7
+
- Find/Replace code feature
8
+
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
+
11
+
- Nice Image Buttons for better UX
12
+
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
+

0 commit comments