Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "EGerrit/User Guide"

Line 3: Line 3:
 
= Getting Started =
 
= Getting Started =
 
== Overview ==
 
== Overview ==
 +
The EGerrit plug-in 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.
 +
Here is a review of the
 
* Search review
 
* Search review
 
* Modify reviews
 
* Modify reviews
Line 12: Line 14:
  
 
As this point (Nov 2015), EGerrit is not officially released, but you can still try by installing it from our [[EGerrit/p2_repositories|milestone site]].
 
As this point (Nov 2015), EGerrit is not officially released, but you can still try by installing it from our [[EGerrit/p2_repositories|milestone site]].
 +
 +
== Gerrit Dashboard ==
 +
 +
== Review editor ==
 +
 +
== Commenting in a file ==
 +
EGerrit supports the addition of comments directly from the compare editor.

Revision as of 12:43, 23 October 2015

EGerrit
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse Source

Getting Started

Overview

The EGerrit plug-in 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. Here is a review of the

  • Search review
  • Modify reviews
  • Submit, vote, reviews
  • Comment on reviews inline

Installing EGerrit

EGerrit is tested with the Neon and Mars releases of Eclipse. It is also know to work with Luna but it is not officially tested.

As this point (Nov 2015), EGerrit is not officially released, but you can still try by installing it from our milestone site.

Gerrit Dashboard

Review editor

Commenting in a file

EGerrit supports the addition of comments directly from the compare editor.

Back to the top