Skip to content

pnedev/comparePlus

Repository files navigation

Compare plugin for Notepad++

A very useful diff plugin to show the difference between:

  • 2 files (side by side)
  • Diff against Git
  • Diff against SVN
  • Diff since last Save

Build Status

  • AppVeyor VS2013 and VS2015 Build status
  • Travis 'mingw-w64' cmake build Build Status

Build Compare plugin for Notepad++ from source:

  1. Open plugin_compare\compare-plugin\projects\2013\Compare.vcxproj
  2. Build Compare plugin like a normal Visual Studio project. Available platforms are x86 win32 and x64 for Unicode Release and Debug.
  3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles
  4. x64 builds currently just have beta status, report issues at GitHub.

Installation:

To install the plugin manually for usage with Notepad++, copy ComparePlugin.dll and ComparePlugin subfolder into the plugins directory (Notepad++ installation dir)\Notepad++\Plugins. The ComparePlugin subfolder contains the libs libgit2.dll and sqlite.dll for the Diff against Git and SVN.

Get Compare plugin for Notepad++ at the web:

Additional information:

Changelog:

see ReleaseNotes.txt

TODOs:

  • Correct changelog of 1.5.2, 1.5.6.8, 1.5.7