Think of a Notepad++ but written in Java so that it works everywhere.
- Create new text documents
- Edit existing text documents
- Provide basic statistics (number of characters, non whitespace characters, lines)
- Manage multiple documents with tabs
- Save created/edited documents to existing files or create new files
- Basic navigation (what line and column is the caret on, size of selection)
- Display current time and date
- Sort selected lines by ascending/descending alphanumeric orider
- Change case of selection to upper case/lower case or switch case for each individual character in selection(switch case)
- Remove non-unique lines in selection
- Display in English or Croatian
