{"id":18591200,"url":"https://github.com/pnedev/comparePlus","last_synced_at":"2025-04-10T15:31:39.789Z","repository":{"id":37824462,"uuid":"50095301","full_name":"pnedev/comparePlus","owner":"pnedev","description":"Compare plugin for Notepad++","archived":false,"fork":false,"pushed_at":"2025-04-01T18:07:34.000Z","size":43179,"stargazers_count":1054,"open_issues_count":34,"forks_count":142,"subscribers_count":44,"default_branch":"master","last_synced_at":"2025-04-01T19:26:46.817Z","etag":null,"topics":["compare","notepad-plus-plus","notepad-plusplus-plugin"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pnedev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":"https://www.paypal.com/paypalme/pnedev"}},"created_at":"2016-01-21T09:05:02.000Z","updated_at":"2025-03-26T02:12:53.000Z","dependencies_parsed_at":"2024-02-28T14:48:00.864Z","dependency_job_id":"fac765e9-ad53-4e6c-bc79-ae6f8302fc2d","html_url":"https://github.com/pnedev/comparePlus","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnedev%2FcomparePlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnedev%2FcomparePlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnedev%2FcomparePlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pnedev%2FcomparePlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pnedev","download_url":"https://codeload.github.com/pnedev/comparePlus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243452,"owners_count":21071054,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["compare","notepad-plus-plus","notepad-plusplus-plugin"],"created_at":"2024-11-07T01:01:20.353Z","updated_at":"2025-04-10T15:31:38.848Z","avatar_url":"https://github.com/pnedev.png","language":"C++","funding_links":["https://www.paypal.com/paypalme/pnedev"],"categories":["C++"],"sub_categories":[],"readme":"ComparePlus plugin for Notepad++\n-------------------------------\n\nComparePlus is a plugin for Notepad++ that allows the user to:\n\n-  Compare two files and show differences side by side\n-  Compare only parts (selections) of two files\n-  Find unique lines between two files\n-  Diff a file against Git (with the help of [libgit2](https://github.com/libgit2/libgit2) )\n-  Diff a file against SVN (with the help of [sqlite](https://sqlite.org) )\n-  Diff a changed file since it was last saved\n-  Diff a file or parts of it against clipboard text content\n\nIt is highly customizable, can ignore spaces, empty lines, letter cases, regexes, can find moves and show character diffs.\nSeveral compared file pairs can be active and displayed at the same time.\n\n\n![ComparePlus_screenshot1](https://user-images.githubusercontent.com/6064913/233389533-02125b89-60a8-451f-984b-dc3bfd1f2fc3.png)\n\nBuild Status\n-------------------------------\n\n- [![Build status](https://ci.appveyor.com/api/projects/status/github/pnedev/comparePlus?svg=true)](https://ci.appveyor.com/project/pnedev/comparePlus)\n\n\nInstallation\n-------------------------------\n\n** IMPORTANT NOTE: **\n** ComparePlus plugin is available for Notepad++ versions above v8.4.2 (included) **\n\nTo install the plugin automatically use the Notepad++ PluginAdmin dialog (find it in the `Plugins` menu in Notepad++ versions above v8.4.5).\n\nTo install the plugin manually:\n\n1. Create `ComparePlus` folder in Notepad++'s plugins installation folder (`%Notepad++_program_folder%\\Plugins`).\n2. Copy the contents of the desired ComparePlus [release](https://github.com/pnedev/comparePlus/releases) zip file\ninto the newly created folder. Please use the correct archive version based on your Notepad++ architecture - x86, x64 or ARM64.\n- ComparePlus.dll : The core plugin DLL.\n- `libs` sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.\n3. Restart Notepad++.\n\n\n-------------------------------\n** IMPORTANT NOTE: **\n** This GitHub project is also the home of the latest [source](https://github.com/pnedev/comparePlus/tree/Compare_v2) and [releases](https://github.com/pnedev/comparePlus/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 **\n\nTo install Compare-plugin you can either use the Notepad++ PluginAdmin dialog that will do it automatically\nor you can do it manually as described in the following steps based on your Notepad++ version:\n\nv7.6.3 and above:\n\n1. Create `ComparePlugin` folder in Notepad++'s plugins installation folder (`%Notepad++_program_folder%\\Plugins`).\n2. Copy the contents of the desired Compare-plugin [release](https://github.com/pnedev/comparePlus/releases) zip file\ninto the newly created folder. Please use the correct archive version based on your Notepad++ architecture - x86 or x64.\n- ComparePlugin.dll : The core plugin DLL.\n- `ComparePlugin` sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.\n3. Restart Notepad++.\n\nPre v7.6.0:\n\n1. Copy the contents of the desired Compare-plugin [release](https://github.com/pnedev/comparePlus/releases) zip file\ninto Notepad++'s plugins installation folder (`%Notepad++_program_folder%\\Plugins`).\nPlease use the correct archive version based on your Notepad++ architecture - x86 or x64.\n- ComparePlugin.dll : The core plugin DLL.\n- ComparePlugin sub-folder : Contains the libs libgit2.dll and sqlite.dll needed for the Diff against Git and SVN commands.\n2. Restart Notepad++.\n\n\nReleases and continuous builds\n-------------------------------\n\n- [Releases](https://github.com/pnedev/comparePlus/releases)\n- [Continuous builds](https://ci.appveyor.com/project/pnedev/comparePlus/history)\n\n\nManually building ComparePlus\n-------------------------------\n\n 1. Open [`comparePlus\\projects\\2022\\ComparePlus.vcxproj`](https://github.com/pnedev/comparePlus/blob/master/projects/2022/ComparePlus.vcxproj)\n 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.\n 3. CMake config is available and tested for the generators MinGW Makefiles, Visual Studio and NMake Makefiles\n\n\nAdditional information\n-------------------------------\n\n- [Contributors](https://github.com/pnedev/comparePlus/graphs/contributors)\n- Check also the official [Notepad++ web site](https://notepad-plus-plus.org/).\n\n\nChangelog\n-------------------------------\n\nSee the [`ReleaseNotes.txt`](https://github.com/pnedev/comparePlus/blob/master/ReleaseNotes.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnedev%2FcomparePlus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpnedev%2FcomparePlus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpnedev%2FcomparePlus/lists"}