# compare-plugin **Repository Path**: guojian6616/compare-plugin ## Basic Information - **Project Name**: compare-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-15 - **Last Updated**: 2024-01-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=TJAXC3T4WD66L&lc=FR&item_name=Notepad%2b%2b%20compare%20plugin¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) Compare plugin for Notepad++ ------------ A very useful diff plugin to show the difference between: - 2 files (side by side) - Diff against Git (with the help of [libgit2](https://github.com/libgit2/libgit2) ) - Diff against SVN (with the help of [sqlite](https://sqlite.org/releaselog/3_17_0.html) ) - Diff since last Save Build Status ------------ - AppVeyor `VS2013` and `VS2015` [![Build status](https://ci.appveyor.com/api/projects/status/github/jsleroy/compare-plugin?svg=true)](https://ci.appveyor.com/project/jsleroy/compare-plugin) - Travis '[mingw-w64](https://mingw-w64.org)' cmake build [![Build Status](https://travis-ci.org/jsleroy/compare-plugin.svg?branch=master)](https://travis-ci.org/jsleroy/compare-plugin) Build Compare plugin for Notepad++ from source: ------------------------------- 1. Open [`plugin_compare\compare-plugin\projects\2013\Compare.vcxproj`](https://github.com/jsleroy/compare-plugin/blob/master/projects/2013/Compare.vcxproj) 2. Build Compare plugin [like a normal Visual Studio project](https://msdn.microsoft.com/en-us/library/7s88b19e.aspx). 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 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 (please use the correct library versions - x86 or x64). Get Compare plugin for Notepad++ at the web: ------------------------------- - via Notepad++ PluginManager - from GitHub project link [Releases section](https://github.com/jsleroy/compare-plugin/releases) - manual download of continuous builds from [Appveyor](https://ci.appveyor.com/project/jsleroy/compare-plugin/history) Additional information: ---------- - Compare plugin for Notepad++ [Contributors](https://github.com/jsleroy/compare-plugin/graphs/contributors) - See also the [Notepad++ official site](http://notepad-plus-plus.org/) for more information. Changelog: ---------- see [`ReleaseNotes.txt`](https://github.com/jsleroy/compare-plugin/blob/master/ReleaseNotes.txt)