Skip to content

Instantly share code, notes, and snippets.

@kwmiebach
Last active February 5, 2016 12:48
Show Gist options
  • Save kwmiebach/d26c3347c115d094e4a0 to your computer and use it in GitHub Desktop.
Save kwmiebach/d26c3347c115d094e4a0 to your computer and use it in GitHub Desktop.
nppp

nppp

TextFX plugin

http://sourceforge.net/projects/npp-plugins/files/TextFX/

While Notepad++ itself is not running:

Download and put the zip or dll file (NppTextFX.dll) inside the plugins folder nppp/plugins/

http://stackoverflow.com/questions/3958350/removing-duplicate-rows-in-notepad

http://stackoverflow.com/questions/29303148/notepad-delete-duplicate-and-original-lines-to-keep-unique-lines(edited)

Add line numbers to text

Using the TextFX plugin:

TextFX->TextFX Tools->Insert Line Numbers

http://stackoverflow.com/a/14636603/362951

Sort backwards

If

TextFX > TextFX Tools > +Sort ascending 

is checked, uncheck it, then

TextFX > TextFX Tools > Sort lines case sensitive (at column)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment