It's a project based on Java, Object-Oriented Programming and Stacks to write whatever you wish. I made this to clear my basics of stacks and be aware of it's real world use case.
- delete - Delete the last character
- undo - Undo the last action (removes the last change you made).
- redo - Redo the last undone action (restores the last undone change).
- display - Display the current text.
- exit - Exit the editor (ends the editing session).
- help - To view the command list
Anything else that you type will be counted as a text message from your end.