You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,3 +2,22 @@ NppColumnSort
2
2
=============
3
3
4
4
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