Skip to content

Commit

Permalink
Add basic info in MD file
Browse files Browse the repository at this point in the history
  • Loading branch information
blumu committed Dec 20, 2014
1 parent ff760f1 commit 75feab0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,22 @@ NppColumnSort
=============

Column sorting plugin for Notepad++

Implements TextPad-like text sorting feature for Notepad++.
(http://notepad-plus-plus.org/)

The plugin lets you define a sort criterion based on an unlimited number of columns. For each column the comparison can be either numerical or lexicographical.

More information at: http://william.famille-blum.org/blog/index.php?entry=entry110123-113226

Installation
--------------

Under the Notepad++ Plugin Manager look for "Column Sorting" plugin and click install.

Manual install
-----------------
You first need to build the project in Visual Studio. To install the plugin just copy the DLL under 'Unicode Release' to the Notepad++ plugin directory:

> %ProgramFiles(x86)%\Notepad++\plugins for Windows 64bit;
> %ProgramFiles%\Notepad++\plugins for Windows 32bit.

0 comments on commit 75feab0

Please sign in to comment.