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