This feature should allow sorting multiple lines
It seems that Notepad++ doesn't support sorting by default, but Notepad++ has many friends to do something like that for you which we call plugins.
Download TextFX plugin for Notepad++ ( TextFX in SourceForge ) - go to the latest version and download the latest TextFX…bin.zip.
Open the zip and extract NppTextFX.dll to (Program Files)\Notepad++\plugins folder.
Restart Notepad++
To do the sort, select lines to sort, go to TextFX on the main menu and select TextFX Tools - Sort lines.
Useful link
http://superuser.com/questions/724176/sort-text-by-value-in-notepad
It allows to copy columns. We can even paste content at the place of our choices
Using
Alt + Mouse dragging or
Alt + Shift + Arrow keys
to switch to column mode:
Then select the area and perform cut/copy/paste operation
https://notepad-plus-plus.org/features/column-mode-editing.html
http://superuser.com/questions/724176/sort-text-by-value-in-notepad
https://notepad-plus-plus.org/features/column-mode-editing.html