Compare Side-By-Side
No description provided
Details
Installs
- Total 311K
- Win 168K
- Mac 101K
- Linux 41K
Dec 1 | Nov 30 | Nov 29 | Nov 28 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 23 | 82 | 58 | 67 | 70 | 16 | 17 | 60 | 61 | 76 | 68 | 52 | 22 | 17 | 54 | 67 | 69 | 75 | 80 | 22 | 24 | 60 | 59 | 72 | 78 | 55 | 27 | 20 | 57 | 77 | 53 | 69 | 56 | 13 | 25 | 68 | 56 | 64 | 76 | 68 | 24 | 25 | 54 | 89 | 82 | 70 |
Mac | 9 | 51 | 50 | 42 | 48 | 12 | 8 | 32 | 48 | 44 | 54 | 48 | 11 | 17 | 32 | 55 | 52 | 47 | 41 | 9 | 14 | 38 | 49 | 44 | 50 | 37 | 9 | 15 | 29 | 53 | 45 | 48 | 39 | 7 | 6 | 34 | 52 | 37 | 51 | 36 | 10 | 11 | 35 | 46 | 46 | 49 |
Linux | 2 | 9 | 7 | 14 | 6 | 1 | 5 | 8 | 9 | 21 | 12 | 12 | 4 | 2 | 10 | 18 | 10 | 12 | 7 | 3 | 2 | 6 | 10 | 16 | 13 | 8 | 3 | 2 | 6 | 9 | 7 | 8 | 15 | 2 | 1 | 6 | 9 | 10 | 7 | 8 | 1 | 1 | 11 | 11 | 16 | 13 |
Readme
- Source
- bitbucket.org
Compare Side-By-Side
This package adds a simple side-by-side comparison tool to Sublime Text 2 and 3.
Features
- Easily select two tabs or selections to compare
- Comparison results open in a new window
- Empty lines added so common code lines up
- Count number of lines changed
- Highlighting of changed lines
- Intra-line diff highlighting
- Synchronized scrolling
Installation Options
- Search for and install using Package Control (ctrl+shift+P, “Install Package”)
- Clone or extract this repo to a new folder in your Sublime 'Packages' folder
(Preferences -> Browse Packages)
Usage Options
- Right click on a tab and select “Compare with…”
- Right click somewhere in the active view and select “Compare with…”
- Right click on a tab and select “Compare with active tab”
- Highlight text, right click -> “Mark selection for comparison”
- Mark a second selection, then right click -> “Compare selections”
- Create two selections by holding CTRL, then “Compare selections”
- From the command line: see README_COMMANDS.md
- Jump to next:
Alt+N
, Jump to previous:Alt+P
Configuration
- Highlight colours and other options can be configured in SBSCompare.sublime-settings
- Hotkeys can be changed in the included
Default (PLATFORM).sublime-keys
files - To access: Preferences -> Package Settings -> Compare Side-By-Side
License & Contributing
- MIT license
- Pull requests welcome!