Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 852 Bytes

README.md

File metadata and controls

34 lines (27 loc) · 852 Bytes

Text Editor

Note: The project is still ongoing.

Functionality

  • 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)

Run Locally

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

Other Links

  • Detailed Specification: Link
  • My notes on designing the project: Link