Giter Club home page Giter Club logo

compareplus's Introduction

ComparePlus plugin for Notepad++

ComparePlus is a plugin for Notepad++ that allows the user to:

  • Compare two files and show differences side by side
  • Compare only parts (selections) of two files
  • Find unique lines between two files
  • Diff a file against Git (with the help of libgit2 )
  • Diff a file against SVN (with the help of sqlite )
  • Diff a changed file since it was last saved
  • Diff a file or parts of it against clipboard text content

It is highly customizable, can ignore spaces, empty lines, letter cases, regexes, can find moves and show character diffs. Several compared file pairs can be active and displayed at the same time.

ComparePlus_screenshot1

Build Status

  • Build status

Installation

** IMPORTANT NOTE: ** ** ComparePlus plugin is available for Notepad++ versions above v8.4.2 (included) **

To install the plugin automatically use the Notepad++ PluginAdmin dialog (find it in the Plugins menu in Notepad++ versions above v8.4.5).

To install the plugin manually:

  1. Create ComparePlus folder in Notepad++'s plugins installation folder (%Notepad++_program_folder%\Plugins).
  2. Copy the contents of the desired ComparePlus release zip file into the newly created folder. Please use the correct archive version based on your Notepad++ architecture - x86, x64 or ARM64.
  • ComparePlus.dll : The core plugin DLL.
  • libs sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.
  1. Restart Notepad++.

** IMPORTANT NOTE: ** ** This GitHub project is also the home of the latest source and releases of Compare-plugin for Notepad++. ComparePlus is its highly advanced successor and is meant to be its replacement so Compare-plugin will no longer be supported by me **

To install Compare-plugin you can either use the Notepad++ PluginAdmin dialog that will do it automatically or you can do it manually as described in the following steps based on your Notepad++ version:

v7.6.3 and above:

  1. Create ComparePlugin folder in Notepad++'s plugins installation folder (%Notepad++_program_folder%\Plugins).
  2. Copy the contents of the desired Compare-plugin release zip file into the newly created folder. Please use the correct archive version based on your Notepad++ architecture - x86 or x64.
  • ComparePlugin.dll : The core plugin DLL.
  • ComparePlugin sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.
  1. Restart Notepad++.

Pre v7.6.0:

  1. Copy the contents of the desired Compare-plugin release zip file into Notepad++'s plugins installation folder (%Notepad++_program_folder%\Plugins). Please use the correct archive version based on your Notepad++ architecture - x86 or x64.
  • ComparePlugin.dll : The core plugin DLL.
  • ComparePlugin sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.
  1. Restart Notepad++.

Releases and continuous builds

Manually building ComparePlus

  1. Open comparePlus\projects\2022\ComparePlus.vcxproj
  2. Build ComparePlus plugin like a normal Visual Studio project. Available platforms are x86 (Win32) and x64 for Unicode Release and Debug. ARM64 build is also available.
  3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles

Additional information

Changelog

See the ReleaseNotes.txt

compareplus's People

Contributors

pnedev avatar chcg avatar jsleroy avatar xylographe avatar m1kep avatar aerospacedoe avatar dinkumoil avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.