Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EGerrit/New and Noteworthy/1.2

< EGerrit‎ | New and Noteworthy
Revision as of 15:22, 23 November 2016 by Pascal.rapicorp.com (Talk | contribs) (Editor)

1.2 is being developed and is expected to be released mid-December 2016. You can find more about the on-going work at https://tuleap.eclipse.org/projects/egerrit

Features

General

  • Support for Gerrit 2.13

Editor

  • A new dialog gives you a quick access to the list of files in the active review making it faster to jump to the next file in the review.

After a checkout (or after activating the markers), use Ctrl+5 to get the dialog to open. Once the dialog opened, use Ctrl+5 and Ctrl+Shift+5 to go back and forth between the files. FilesFromActiveReview.png

  • Quick diff is automatically enabled allowing you to more easily see the changes in the file
  • Automatically refresh open editors when a related review changes

When a review is submitted, abandoned, rebased or restored, the related reviews opened in an editor will be automatically refreshed.

Compare Editor

  • Properly handle all the types of differences (change, rename, addition, deletion)
  • Compare editor now properly show all the differences for renamed files.

Bug fixes

  • The refresh button obtains a new copy of all the data from the server
  • Checkout dialog is smarter about how it handles the branches it proposes

Back to the top