A simple text editor with the following functions:
- File: New File, Open File, Open Recently, Save File, Save As, Save All, Close File, Close All
- Edit: Copy, Paste, Cut, Undo, Redo, Find, Replace
- View: ZoomIn, ZoomOut, Auto Wrap
- Shortcut keys for various common operations
- Support multiple windows
It looks like this:
Start the editor using java -jar text-editor-<version>.jar, or you can run Bootstrap class directly in IDE.
