Skip to content

ayjzhu/Text-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Text-Editor

A simple plain text editor that has similar functions of the Windows notepad. User is able to open and save files from a directory. Meanwhile they can resize and change the style of the fonts. In addition, the program provides searching for keywords and its able to replace them to a given text.

Table of Contents



Key Features

  • Open file from a given directory.
  • Save file to a specific directory.
  • Able to resize the font of the text.
  • Able to change the style font to be "Plain", "Bold", and "Italics".
  • Find certain keyword and highlight it.
  • Replace the highlighted keywords to a given text.

Known Bugs

  1. Ask to confirm on exit even no edits were made.
  2. The "find" feature not functioning in some occasions . (Ex. When searching a keyword, it's able to search in the first iteration. However, the following searches will display as "keyword not found").
    ......

Future Improvements

  1. Increase the efficiency of opening a large file - read in the file as a chunk instead of one line at a time.
  2. Better overall user experience.
  3. Additional functionality to be a stand out editor.

About

A simple plain text editor. Capable of reading and writing to a text file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages