Skip to content

Text editor using SWING with multithreading and searching

Notifications You must be signed in to change notification settings

lfbettcher/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Editor

This is a simple text editor written in Java.

The text editor can save new files and open existing files.

It also supports searching for text within a file using regular expressions and multithreading.

Text Editor Search Demo

Current features:

  • Menu buttons, menu bar, keyboard shortcuts
  • Search with text and regex, multithreaded
  • Open and save files

Future features:

  • Font style, size, and color options
  • Auto completion and highlighting for Java keywords
  • Find and replace text

About

Text editor using SWING with multithreading and searching

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages