Text-Editor

My text editor is very familiar with a variety of different text editors, including relatively simple text editors that allow you to edit un-styled text (e.g., pico, Notepad, and TextEdit), and also more fully-featured text editors that allow you to do add formatting, run code, and more (e.g., Microsoft Word, Google Docs, Sublime, VI, Emacs, and IntelliJ).

For this project, I have a text editor that can be used to open, edit, and save plain text files. Some of the various features also include:

  • Changing background colors
  • Changing font size
  • Printing cursor positions.

To run, write on the command line:

java editor.Editor [any text file here]

Built With

Share this project:

Updates