blob: 4878f0bf4a05b30688ba4a7cbf2dea7c293aacf4 [file] [log] [blame] [view]
+++
type = "index"
toc = true
+++
![EGerritLogo](images/EGerrit.png)
EGerrit is an Eclipse plug-in that provides an integration of [Gerrit](http://gerrit-review.googlesource.com/) in Eclipse. Gerrit is a review tool that facilitates collaboration between committers and contributors of a project. EGerrit aims at deeply integrating the best of Gerrit's features into Eclipse to minimize the context switch from the IDE to the web, and leverage IDE specific features such as syntax coloring, navigation, etc.
As such, EGerrit allows to perform most operations on reviews such as voting, submitting, abandoning, etc. Also it gives the user the ability to directly comment in the file when reviewing the changes.
# Installation
You can install EGerrit from the Eclipse MarketPlace by drag-and-dropping this link on your Eclipse installation
<a href="http://marketplace.eclipse.org/marketplace-client-intro?mpc_install=2579663" class="drag" title="Drag to your running Eclipse workspace to install EGerrit"><img src="https://marketplace.eclipse.org/sites/all/themes/solstice/_themes/solstice_marketplace/public/images/btn-install.png" alt="Drag to your running Eclipse workspace to install EGerrit" /></a>
If you want more recent builds, please consult the list of our [p2 repositories](https://wiki.eclipse.org/EGerrit/p2_repositories).
# Documentation
You can find preliminary documentation [here](https://wiki.eclipse.org/EGerrit/p2_repositories).
# 2 minutes introduction video
<iframe width="420" height="315" src="https://www.youtube.com/embed/HM6FuBqOMKU" frameborder="0" allowfullscreen></iframe>
# Screenshots
## Gerrit dashboard view
![EGerrit dashboard view](images/EGerritDashboard.png)
## Gerrit review editor
![EGerrit review editor](images/EGerritEditor.png)
## Inline comment editing
![EGerrit review editor](images/EGerritInlineComment.png)