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
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
- Find/Replace text/code
8
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.
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
@@ -34,15 +34,10 @@
34
34
35
35
Pierre-Henry SORIA: pierrehenrysoria [AT] gmail [D0T] com
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
43
-
44
-
45
-
## Demo
40
+
## DEMO
46
41
47
42
Download the Jar file and double click to run
48
43
@@ -51,6 +46,11 @@ Or run `java -jar SimpleJavaTextEditor.jar` from the command line
51
46
You can also generate easily a new jar file with the following command when you are in *src/* directory `jar cmvf ../manifest.mf ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
52
47
53
48
49
+
### Important
50
+
51
+
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
52
+
53
+
54
54
## LICENSE
55
55
56
56
Apache License, Version 2.0 or later; See the license.txt file in the notepad folder.
0 commit comments