DiffTabs
Sublime Text 2/3/4 plugin that adds the option to diff the current tab with another open tab.
Details
Installs
- Total 51K
- Win 22K
- Mac 19K
- Linux 9K
Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 8 | 7 | 9 | 6 | 5 | 4 | 4 | 5 | 8 | 10 | 13 | 4 | 1 | 1 | 6 | 3 | 9 | 3 | 3 | 3 | 3 | 8 | 5 | 5 | 6 | 6 | 1 | 1 | 8 | 10 | 8 | 8 | 5 | 3 | 3 | 12 | 5 | 8 | 6 | 10 | 5 | 3 | 7 | 8 | 3 |
Mac | 0 | 7 | 15 | 5 | 12 | 5 | 1 | 0 | 3 | 7 | 7 | 10 | 7 | 5 | 2 | 10 | 6 | 11 | 12 | 2 | 1 | 2 | 11 | 15 | 8 | 10 | 2 | 3 | 3 | 10 | 6 | 16 | 7 | 5 | 2 | 1 | 2 | 5 | 6 | 8 | 10 | 6 | 3 | 8 | 8 | 9 |
Linux | 0 | 0 | 2 | 5 | 2 | 3 | 2 | 1 | 4 | 3 | 1 | 2 | 6 | 3 | 2 | 2 | 5 | 5 | 1 | 3 | 2 | 1 | 0 | 5 | 1 | 0 | 2 | 2 | 1 | 6 | 7 | 2 | 2 | 1 | 0 | 0 | 1 | 5 | 2 | 2 | 4 | 0 | 1 | 2 | 2 | 4 |
Readme
- Source
- raw.githubusercontent.com
DiffTabs
Sublime Text 2/¾ plugin that adds the option to diff the current tab with another open tab.
Usage
Right click another tab along the tab bar and select “Diff with current tab…” (The tab you right click will be the from-file and the current tab will be the to-file). Your diff results will appear in a new tab.
Installation
Package Control:
- Install Package Control if necessary.
- Open the Command Palette by pressing ⌘+Shift+P on Mac or Ctrl+Shift+P on Linux/Windows.
- Type in
Package Control: Install Package
and press Enter - Type
DiffTabs
and hit Enter
Without Git: Download the latest source from GitHub and extract archive to your Sublime Text “Packages” directory.
With Git: Clone the repository to your Sublime Text “Packages” directory:
git clone https://github.com/soandrew/DiffTabs.git
The “Packages” directory is located at:
- ST2:
- OS X:
~/Library/Application Support/Sublime Text 2/Packages
- Linux:
~/.config/sublime-text-2/Packages
- Windows:
%APPDATA%\Sublime Text 2\Packages
- OS X:
- ST3/ST4:
- OS X:
~/Library/Application Support/Sublime Text 3/Packages
- Linux:
~/.config/sublime-text-3/Packages
- Windows:
%APPDATA%\Sublime Text 3\Packages
- OS X: