Skip to content

Commit 37d235b

Browse files
committed
Update ReadMe + add Contributors list
1 parent 2d0a2d7 commit 37d235b

File tree

1 file changed

+21
-8
lines changed

1 file changed

+21
-8
lines changed

README.md

Lines changed: 21 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,35 @@
11
# Simple Java Text Editor
22

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.
44

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
66

7-
![Example Java Text Editor](Screenshots/screenshot4.png)
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+
![Example Java Text Editor](Screenshots/find-replace-word-in-java-text-editor.png)
817

918

1019
## AUTHOR
1120

12-
### Base Application
21+
[Pierre-Henry Soria](https://github.com/pH-7)
22+
23+
24+
### Contributors
1325

14-
Pierre-Henry Soria
26+
- [Achintha Gunasekara](https://github.com/achinthagunasekara)
1527

28+
- [Patrick Slagle](https://github.com/patrick-slagle)
1629

17-
### Modifications and Improvements
30+
- [Marcus Redgrave-Close](https://github.com/marcusjrc)
1831

19-
Achintha Gunasekara
32+
- [Ossi Laukkanen](https://github.com/Fitoh)
2033

2134

2235
## CONTACT
@@ -28,7 +41,7 @@ Achintha Gunasekara: [email protected]
2841

2942
## Important
3043

31-
**Icons directory and its files must be present on the path when running the application**
44+
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" folder)**
3245

3346

3447
## Demo

0 commit comments

Comments
 (0)