Compare Side-By-Side
No description provided
Details
Installs
- Total 297K
- Win 160K
- Mac 96K
- Linux 40K
Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | May 9 | May 8 | May 7 | May 6 | May 5 | May 4 | May 3 | May 2 | May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 58 | 62 | 81 | 63 | 61 | 13 | 29 | 60 | 68 | 69 | 64 | 72 | 17 | 18 | 58 | 66 | 63 | 69 | 67 | 20 | 26 | 56 | 42 | 57 | 52 | 65 | 16 | 36 | 75 | 58 | 67 | 44 | 24 | 22 | 15 | 78 | 72 | 82 | 58 | 62 | 42 | 29 | 59 | 64 | 98 | 49 |
Mac | 50 | 57 | 49 | 59 | 39 | 11 | 14 | 55 | 45 | 55 | 62 | 49 | 9 | 20 | 42 | 43 | 57 | 44 | 50 | 10 | 11 | 39 | 46 | 50 | 55 | 41 | 17 | 33 | 50 | 67 | 50 | 33 | 23 | 19 | 14 | 41 | 55 | 36 | 45 | 49 | 29 | 19 | 40 | 60 | 41 | 60 |
Linux | 6 | 12 | 9 | 15 | 7 | 9 | 4 | 11 | 11 | 15 | 9 | 14 | 5 | 9 | 13 | 11 | 16 | 14 | 15 | 9 | 3 | 14 | 18 | 13 | 6 | 12 | 2 | 9 | 9 | 12 | 13 | 11 | 7 | 3 | 2 | 10 | 5 | 10 | 12 | 8 | 5 | 3 | 14 | 7 | 13 | 12 |
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!