https://github.com/sublimetext/winmerge
Plugin that enables comparison of the last 2 activated buffers (even in different windows) using WinDiff (Windows only).
https://github.com/sublimetext/winmerge
Last synced: 9 months ago
JSON representation
Plugin that enables comparison of the last 2 activated buffers (even in different windows) using WinDiff (Windows only).
- Host: GitHub
- URL: https://github.com/sublimetext/winmerge
- Owner: SublimeText
- Created: 2011-09-03T19:42:19.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-15T12:28:34.000Z (over 10 years ago)
- Last Synced: 2025-03-29T12:11:13.292Z (10 months ago)
- Language: Python
- Homepage:
- Size: 119 KB
- Stars: 39
- Watchers: 19
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
===========
[WinMerge](http://winmerge.org/) is a nice GUI file difference engine that is freely available for Windows. This package adds support to Sublime Text 2 and 3 for allowing you to diff the last two active views, even if they are in different Sublime windows.
Package Installation
====================
Install using [Package Control](https://packagecontrol.io/installation) by searching for "WinMerge".
Alternativly, bring up a command line in the Packages/ folder of your Sublime user folder, and execute the following:
> git clone git://github.com/SublimeText/WinDiff.git
When you launch Sublime Text, it will pick up the contents of this package so that you can consume the goodness that it provides.
Features
========
* The default key bindings file included diffs the last 2 active views upon 'Ctrl+Alt+d' (also accessible via Menu and Command Palette)