Notepad++ Compare plugin
Screenshots
Description
Comparison plugin for Notepad++ editor.
Categories
License
Features
- Side-by-side visual differencing
- Comparison against SVN database
- Highlight differences inside lines
- Navigation bar shows a map of compared files
- Moved line detection
- Easy navigation between differences
- Customizable results presentation
Update Notifications
User Ratings
User Reviews
-
Thanks for Npp-compare, it's the best!
-
Small and usefull plugin for Plus
-
Great plugin. A suggestion for a new feature: ignore newlines, or even more useful: define a set of characters or patterns to ignore in comparison. Thanks
-
Apparently two issues with this plugin make it difficult to use since Notepad++ 6.2.2., as noted in recent posts in the open discussion forum. A fix for at least the issue that disables javascript language settings (and maybe others) would be great. Thanks!
-
npp-compare works perfectly, thanks
-
As of NPP v6.1.3, and Compare v1.5.6.1, there is a small mistake in the NPP config.xml file, that causes problems for a SxS compare (file views split vertical.) - It's a mismatch attribute in the "config.xml" file, for the "zoom" attribute, between the "ScintillaPrimaryView" and "ScintillaSecondaryView" tags. - You MUST edit the user "config.xml" file (in the "%APPDATA/Notepad++" directory,) with another editor (such as MS Visual Studio, or MS XML Notepad, etc.) You CANNOT edit it with Notepad++ itself, because the changes will be overwritten when you close Notepad++. - Change the "zoom" attribute to "0" in the "ScintillaPrimaryView" attribute, then COPY ALL attributes from the "ScintillaPrimaryView" tag, and overwrite the attributes in the "ScintillaSecondaryView" tag, so that they are both EXACTLY the same. - The lines in both panes, will now line up, and no more weird scroll bar behavior, near the bottom of files.