From 75feab08034badc990163a736a0b5c14fa628ade Mon Sep 17 00:00:00 2001 From: William Blum Date: Sat, 20 Dec 2014 10:30:45 -0800 Subject: [PATCH] Add basic info in MD file --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index a71dc05..9a06b23 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file