sorting data atoz
-
So I have several lists in Notepad++ I use to keep track of things I would like to know if theres a way when I add a new line to the list if it can automatically sort alphabetically when I hit enter.
-
Well, it really isn’t a reasonable expectation for a text editor to do such a thing.
A better way is to have a keycombo run a command or a macro to perform the action on demand (as opposed to automatically).
If this is agreeable to you, you can certainly find appropriate commands for sorting on the Edit > Line Operations submenu.