DiffTabs
Sublime Text 4/3/2 plugin that adds the option to diff the current tab with another open tab.
Details
Installs
- Total 60K
 - Win 27K
 - Mac 23K
 - Linux 11K
 
| Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 3 | 3 | 2 | 3 | 8 | 5 | 7 | 7 | 5 | 1 | 1 | 6 | 4 | 6 | 2 | 2 | 1 | 0 | 7 | 9 | 6 | 9 | 3 | 2 | 4 | 4 | 7 | 3 | 4 | 5 | 0 | 2 | 8 | 5 | 6 | 8 | 4 | 0 | 2 | 3 | 9 | 3 | 4 | 4 | 1 | 
| Mac | 7 | 6 | 3 | 2 | 0 | 4 | 4 | 5 | 7 | 2 | 2 | 1 | 7 | 6 | 7 | 3 | 4 | 1 | 4 | 5 | 3 | 3 | 1 | 0 | 2 | 4 | 4 | 9 | 4 | 5 | 1 | 4 | 2 | 3 | 9 | 4 | 7 | 1 | 1 | 9 | 3 | 5 | 4 | 10 | 3 | 
| Linux | 1 | 0 | 0 | 1 | 1 | 2 | 4 | 2 | 0 | 2 | 1 | 2 | 0 | 3 | 1 | 3 | 2 | 0 | 3 | 2 | 4 | 0 | 4 | 4 | 1 | 1 | 0 | 1 | 0 | 2 | 1 | 1 | 0 | 2 | 2 | 1 | 1 | 0 | 2 | 2 | 3 | 4 | 1 | 1 | 1 | 
Readme
- Source
 - raw.githubusercontent.com
 
DiffTabs
Sublime Text 4/3/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 “DiffTabs: 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.
Keyboard Support
Open the Command Palette by pressing ⌘+Shift+P on Mac or Ctrl+Shift+P on Linux/Windows.
Type in DiffTabs: Diff With Current Tab… and press Enter.
In the dropdown select another tab (The tab you select will be the from-file and the current tab will be the to-file).
Configuration
- ST2:
- Preferences > Package Settings > DiffTabs > Settings - User
 
 - ST3/ST4:
- Preferences > Package Settings > DiffTabs > Settings
 
 
| Key | Possible values | Default value | Description | 
|---|---|---|---|
"output_to" | 
"buffer" \ | 
"panel" | 
"buffer" | 
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 Packageand press Enter - Type 
DiffTabsand 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: