Simple Text Editor is a Java Application, that allows you to create, open, edit and save text files on your computer.

- Undo - Undo the last action or text edit
 - Redo - Redo the last action or text edit
 - Print - Print the current text document
 - 🔎 Find and Replace - Finds the specified text on the page, optionally replacing one or more occurrences with a new text value, RegExp enabled.
 - Font size - Change font size, ranging from 10px font size to 36px font size.
 - Shortcut keys added
 - Word Wrap - Toggle the current word wrap mode.
 - 🤩 User Preferences - Save user preferences
 - Status Bar - Display current status of the document
 - 💻 Run on your PC, macOS or Linux computer
 
- Java 8 - Developed with Java 8
 - JavaFX - Desktop Application development platform
 - Scene Builder - Real-time FXML Editor
 - JFoenix - JavaFX Material Design Library
 - FontAwesomeFX - Font Awesome icon library for JavaFX
 
This Simple Text Editor requires Java 8 Runtime Environment JRE8 to run.
Clone the source code of the application using the following CLI command.
git clone https://github.com/Direct-Entry-Program-7-Playground/Simple.Text.Editor.gitApache License Version 2.0, January 2004
Copyright 2021 Manoj R. Randeni