Note: The project is still ongoing.
- Open and save file
- Display cursor and move cursor
- Add and delete characters
- Word wrap when adding a new character
- Newlines
- Changing font size
- Scroll bar (Implementing)
- Word wrap when deleting a character (Implementing)
- Mouse Click (Implementing)
- Undo and redo (Implementing)
- Copy/Paste (Implementing)
git clone https://github.com/hongkuancn/text-editor.git
cd text-editor
javac Editor.java FastLinkedList.java
cd ..
java editor.Editor editor/example_file.txt