Skip to content

ani555/TextEditor-with-autocomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextEditor-with-autocomplete

About:

Implementation of a basic text editor using java swing gui. Key features:

  1. Autocomplete
  2. Find and Replace
  3. Spell Check
  4. Longest Repeated Substring
  5. Longest Palindromic Substring

Build instructions:

Run the Makefile provided. Requires OpenJDK version >= 1.8.

make

To run the application:

java TextEditor

Running from pre-compiled jar:

Double click the jar to run the application. If some features fail to work run using below command.

java -jar TextEditor.jar

Demo:

demo

About

A basic texteditor with autocomplete feature

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published