Compare Side-By-Side
No description provided
Details
Installs
- Total 219K
- Win 121K
- Mac 67K
- Linux 31K
Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 8 | 21 | 27 | 82 | 84 | 63 | 91 | 70 | 34 | 9 | 66 | 89 | 73 | 72 | 70 | 23 | 33 | 46 | 82 | 75 | 69 | 63 | 24 | 31 | 61 | 72 | 70 | 72 | 67 | 31 | 36 | 68 | 84 | 70 | 76 | 65 | 28 | 29 | 60 | 80 | 76 | 85 | 79 | 23 | 23 | 71 |
Mac | 4 | 15 | 9 | 41 | 50 | 64 | 72 | 56 | 20 | 13 | 47 | 51 | 51 | 43 | 39 | 13 | 13 | 46 | 47 | 37 | 40 | 39 | 15 | 17 | 37 | 39 | 42 | 55 | 45 | 18 | 10 | 48 | 47 | 57 | 50 | 48 | 19 | 20 | 34 | 42 | 45 | 47 | 48 | 12 | 18 | 44 |
Linux | 2 | 6 | 3 | 12 | 21 | 19 | 18 | 16 | 5 | 6 | 17 | 18 | 33 | 15 | 11 | 7 | 8 | 16 | 24 | 19 | 18 | 27 | 7 | 6 | 12 | 14 | 20 | 14 | 17 | 7 | 4 | 17 | 18 | 23 | 20 | 17 | 6 | 4 | 17 | 17 | 18 | 15 | 15 | 8 | 9 | 18 |
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!