Skip to content

Commit 75feab0

Browse files
committed
Add basic info in MD file
1 parent ff760f1 commit 75feab0

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,22 @@ NppColumnSort
22
=============
33

44
Column sorting plugin for Notepad++
5+
6+
Implements TextPad-like text sorting feature for Notepad++.
7+
(http://notepad-plus-plus.org/)
8+
9+
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.
10+
11+
More information at: http://william.famille-blum.org/blog/index.php?entry=entry110123-113226
12+
13+
Installation
14+
--------------
15+
16+
Under the Notepad++ Plugin Manager look for "Column Sorting" plugin and click install.
17+
18+
Manual install
19+
-----------------
20+
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:
21+
22+
> %ProgramFiles(x86)%\Notepad++\plugins for Windows 64bit;
23+
> %ProgramFiles%\Notepad++\plugins for Windows 32bit.

0 commit comments

Comments
 (0)