Skip to content

mgregur/java-notepad-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Think of a Notepad++ but written in Java so that it works everywhere.

What can it do?

  1. Create new text documents
  2. Edit existing text documents
  3. Provide basic statistics (number of characters, non whitespace characters, lines)
  4. Manage multiple documents with tabs
  5. Save created/edited documents to existing files or create new files
  6. Basic navigation (what line and column is the caret on, size of selection)
  7. Display current time and date
  8. Sort selected lines by ascending/descending alphanumeric orider
  9. Change case of selection to upper case/lower case or switch case for each individual character in selection(switch case)
  10. Remove non-unique lines in selection
  11. Display in English or Croatian

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages