Compare Side-By-Side
No description provided
Details
Installs
- Total 286K
- Win 155K
- Mac 92K
- Linux 39K
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 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 66 | 83 | 95 | 90 | 98 | 45 | 59 | 49 | 63 | 44 | 57 | 58 | 19 | 12 | 53 | 46 | 48 | 57 | 50 | 22 | 14 | 68 | 66 | 76 | 62 | 51 | 19 | 32 | 51 | 73 | 52 | 53 | 24 | 8 | 10 | 30 | 35 | 45 | 35 | 35 | 8 | 23 | 38 | 39 | 49 |
Mac | 2 | 55 | 56 | 72 | 61 | 65 | 25 | 17 | 43 | 43 | 43 | 45 | 54 | 11 | 8 | 37 | 46 | 40 | 39 | 39 | 17 | 12 | 35 | 43 | 56 | 63 | 48 | 13 | 19 | 43 | 44 | 40 | 54 | 19 | 7 | 12 | 27 | 36 | 37 | 33 | 23 | 8 | 11 | 29 | 41 | 40 |
Linux | 0 | 13 | 13 | 12 | 7 | 12 | 2 | 7 | 11 | 12 | 20 | 9 | 15 | 3 | 2 | 5 | 15 | 13 | 7 | 9 | 3 | 3 | 10 | 14 | 11 | 9 | 15 | 3 | 2 | 5 | 15 | 13 | 16 | 5 | 2 | 3 | 7 | 11 | 8 | 14 | 6 | 3 | 6 | 20 | 17 | 9 |
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!