SublimeGerrit
The full-featured Gerrit Code Review integration for Sublime Text 3
Details
Installs
- Total 2K
- Win 926
- Mac 584
- Linux 541
Dec 3 | Dec 2 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeGerrit
The full-featured Gerrit Code Review integration for Sublime Text 3 (will not work in Sublime Text 2)
Installation
via Git clone
Clone this repo into Sublime Text's Packages directory. Target directory name must be SublimeGerrit.
via Package Control
- Open Command Palette
- Select “Package Control: Install Package”
- Select “SublimeGerrit”
- Restart Sublime Text
- Configure SublimeGerrit, see below.
Setup
- Open Command Palette
- Search for “Gerrit: Basic Setup”
- Select “General > Connection”
- Type your connection details. Host name must be in form: http(s)://host:port[/path]
- Back to Basic Setup and select “General > Git”
- Configure your Git settings
Advanced setup
More advanced settings can be changed via “Preferences > Package Settings > SublimeGerrit - User”. Please also take a look at “Preferences > Package Settings > SublimeGerrit - Default” for all accessible settings.
Usage
- Press [ctrl] + [alt] + [g] or select “Gerrit: Basic Setup” command from Command Palette.
Configure connection settings. When you're done, use [ctrl] + [alt] + [g] or “Gerrit” command from Command Palette to show the list of available commands for current view.
All commands that are accessible after pressing [ctrl] + [alt] + [g] are also available in Sublime's Command Palette.
You can also use the following keyboard shortcuts to work faster:
[ctrl] + [alt] + [g] - display available Gerrit commands for current view
Change view:
[d] - download commands
[ctrl] + [d] - revert checkout
[p] - switch Patch Set
[enter] - review change
[r] - rebase change
[a] - abandon change
[alt] + [a] - restore abandoned change
[u] - publish draft change
[q] - delete draft change
[m] - edit commit message
[t] - edit topic
[c] - cherry pick change
[F5] - refresh view
[f] - menu of changed files
[ctrl] + [a] - add reviewer
[ctrl] + [r] - remove reviewer
Diff view:
[up] - go to previous change
[down] - go to next change
[left] - load previous file
[right] - load next file
[alt] + [up] - show previous comment
[alt] + [down] - show next comment
[i] - toggle intraline differences
[b] - menu to change base patch set
[c] - menu to navigate through comments
[d] - menu to navigate through draft comments
[f] - menu to navigate through changed files
[e] - menu to list changes in file
Note
Previously the project was a closed-source and required license purchase for continued use. Because it was not very popular, I decided to publish it freely. Anyway, I'd like to thank these few great people who decided to support me by purchasing a license! :)
Ad ;)
Missing side-by-side diff in Sublime Text? Take a look at my project: Sublimerge - the professional diff and merge tool for Sublime Text