更新时间:2021-01-16 04:34:08
BrowseCompare Side-By-Side
No description provided
Details
Installs
- Total 214K
- Win 118K
- Mac 65K
- Linux 31K
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 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 77 | 65 | 72 | 78 | 72 | 29 | 29 | 76 | 69 | 75 | 68 | 62 | 15 | 23 | 22 | 33 | 51 | 44 | 48 | 19 | 27 | 26 | 46 | 54 | 65 | 60 | 21 | 30 | 73 | 71 | 77 | 72 | 75 | 26 | 31 | 54 | 68 | 87 | 75 | 76 | 28 | 28 | 67 | 89 | 80 | 72 |
Mac | 42 | 43 | 50 | 49 | 41 | 18 | 16 | 46 | 45 | 32 | 53 | 32 | 17 | 7 | 18 | 16 | 27 | 33 | 24 | 14 | 13 | 17 | 23 | 41 | 39 | 37 | 15 | 15 | 30 | 47 | 34 | 45 | 57 | 20 | 16 | 55 | 52 | 49 | 54 | 51 | 11 | 13 | 37 | 56 | 45 | 48 |
Linux | 10 | 18 | 15 | 13 | 19 | 9 | 6 | 17 | 23 | 13 | 10 | 15 | 3 | 9 | 6 | 8 | 11 | 14 | 21 | 7 | 6 | 7 | 9 | 15 | 16 | 15 | 10 | 3 | 16 | 16 | 18 | 16 | 27 | 14 | 5 | 16 | 14 | 24 | 19 | 21 | 7 | 7 | 10 | 16 | 24 | 15 |
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!