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 26K
- Mac 23K
- Linux 11K
Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | Jul 26 | Jul 25 | Jul 24 | Jul 23 | Jul 22 | Jul 21 | Jul 20 | Jul 19 | Jul 18 | Jul 17 | Jul 16 | Jul 15 | Jul 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 3 | 8 | 5 | 2 | 1 | 4 | 9 | 5 | 3 | 3 | 5 | 2 | 1 | 8 | 4 | 6 | 6 | 3 | 2 | 2 | 6 | 5 | 7 | 6 | 1 | 1 | 2 | 7 | 9 | 5 | 7 | 5 | 4 | 2 | 2 | 6 | 4 | 4 | 3 | 5 | 3 | 5 | 4 | 10 | 7 |
Mac | 0 | 2 | 7 | 4 | 2 | 3 | 9 | 6 | 7 | 8 | 7 | 4 | 3 | 1 | 8 | 4 | 7 | 5 | 2 | 0 | 5 | 2 | 5 | 6 | 3 | 1 | 2 | 5 | 4 | 3 | 10 | 6 | 1 | 0 | 2 | 9 | 4 | 7 | 9 | 1 | 1 | 5 | 3 | 5 | 4 | 3 |
Linux | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 4 | 2 | 1 | 2 | 1 | 2 | 0 | 1 | 1 | 3 | 0 | 2 | 0 | 2 | 1 | 4 | 0 | 2 | 2 | 1 | 3 | 3 | 1 | 1 | 2 | 1 | 1 | 4 | 4 | 3 | 1 | 2 | 0 | 1 | 1 | 2 | 0 | 2 | 3 |
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 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: