Compares two lists in the current document.
- Place the two lists separated by one or more blank lines.
- Run the plugin to cross-check their contents:
Plugins -> NppCrossCheckor pressALT+L
Comparison of two lists of cities:
Berlin
New York
London
Tokyo
Buenos Aires
Seville
Paris
Toronto
São Paulo
Mexico City
Buenos Aires
Rome
Shanghai
Singapore
Istanbul
Mexico City
Moscow
Singapore
Bangkok
Istanbul
Nairobi
Toronto
Moscow
Mexico city
Los Angeles
Rome
Toronto
Shanghai
Hong Kong
Seville
Sydney
Hong Kong
=====================
COMMON (8)
=====================
L1 L2
---------
1 1 Istanbul
02 1 Mexico City
1 1 Moscow
1 1 Rome
1 1 Seville
1 1 Shanghai
1 1 Singapore
1 02 Toronto
=====================
LIST 1 ONLY (7)
=====================
#
-----
1 Berlin
02 Buenos Aires
1 London
1 New York
1 Paris
1 São Paulo
1 Tokyo
=====================
LIST 2 ONLY (5)
=====================
#
-----
1 Bangkok
02 Hong Kong
1 Los Angeles
1 Nairobi
1 Sydney
- The output is appended to the end of the original document.
- Comparisons are case-insensitive.
- To make duplicate entries easier to identify, counts greater than one are displayed with leading zeros.
- The plugin can run on unsaved documents (e.g., "new 1").
The plugin is currently pending official approval and will soon be available in the Notepad++ Plugin Admin.
-
Download the
NppCrossCheck_XYZ.zipfile from the latest release:
https://github.com/pablo-code14/NppCrossCheck/releasesWhere
XYZindicates your system architecture:x64,x86, orARM64. -
Close Notepad++ if it is running.
-
Create an
NppCrossCheckfolder in Notepad++'s plugins directory
(typicallyC:\Program Files\Notepad++\Plugins). -
Extract the downloaded file into the new folder:
.\Plugins\NppCrossCheck\NppCrossCheck.dll -
Start Notepad++ again and run the plugin.
Plugins -> NppCrossCheckor pressALT+L