DiffTabs
Sublime Text 4/3/2 plugin that adds the option to diff the current tab with another open tab.
Details
Installs
- Total 61K
- Win 27K
- Mac 23K
- Linux 11K
| Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | 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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 4 | 6 | 4 | 3 | 2 | 3 | 8 | 6 | 6 | 3 | 1 | 3 | 0 | 3 | 9 | 7 | 2 | 6 | 1 | 1 | 3 | 1 | 5 | 5 | 3 | 2 | 3 | 8 | 5 | 7 | 7 | 5 | 1 | 1 | 6 | 4 | 6 | 2 | 2 | 1 | 0 | 7 | 9 | 6 | 9 | 3 |
| Mac | 2 | 7 | 6 | 7 | 1 | 3 | 6 | 8 | 9 | 10 | 3 | 3 | 1 | 3 | 2 | 8 | 1 | 8 | 1 | 1 | 10 | 4 | 4 | 9 | 6 | 3 | 2 | 0 | 4 | 4 | 5 | 7 | 2 | 2 | 1 | 7 | 6 | 7 | 3 | 4 | 1 | 4 | 5 | 3 | 3 | 1 |
| Linux | 2 | 0 | 0 | 1 | 2 | 1 | 3 | 5 | 2 | 1 | 2 | 0 | 1 | 0 | 2 | 1 | 0 | 2 | 2 | 0 | 3 | 5 | 1 | 2 | 0 | 0 | 1 | 1 | 2 | 4 | 2 | 0 | 2 | 1 | 2 | 0 | 3 | 1 | 3 | 2 | 0 | 3 | 2 | 4 | 0 | 4 |
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: