Skip to content

A simple text editor which implements som basic functions.

cvyuan/text-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text editor based on swing implementation

简体中文

A simple text editor with the following functions:

  • File: New File, Open File, Open Recently, Save File, Save As, Save All, Close File, Close All
  • Edit: Copy, Paste, Cut, Undo, Redo, Find, Replace
  • View: ZoomIn, ZoomOut, Auto Wrap
  • Shortcut keys for various common operations
  • Support multiple windows

It looks like this:

Text-Editor.png

How to use

Start the editor using java -jar text-editor-<version>.jar, or you can run Bootstrap class directly in IDE.

About

A simple text editor which implements som basic functions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages