Skip to content

A hobby project to build a Text Editor from scratch

Notifications You must be signed in to change notification settings

hongkuancn/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A hobby project to build a Text Editor from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages