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

EGit/New and Noteworthy/5.8

< EGit‎ | New and Noteworthy
Revision as of 15:44, 7 May 2020 by Twolf.apache.org (Talk | contribs) (EGit: Diff Viewer section)

EGit

Diff Viewer

The outline view of the diff viewer has now a toolbar:

"Screenshot showing the toolbar of the outline view of the diff viewer in EGit 5.8.0."

There's a button to collapse all folders, and a button to toggle the presentation from a flat folder list to a hierarchical display.

"Screenshot showing nested folders in the outline view of the diff viewer in EGit 5.8.0."

When clicked, the content is shown using nested folders.

Additionally, the diff viewer now also has a "quick outline" that can be opened with the standard keybinding Ctrl/Cmd-O.

"Screenshot showing the quick outline in the diff viewer in EGit 5.8.0."

TODO:

  • Repositories View
    • Tag filtering; describe pattern syntax (substring, wildcards allowed, ^ and $ anchors; #<number>)
  • API
    • org.eclipse.egit.ui.RepositoriesViewClone command newly has a command parameter "repositoryUri". The value should be a string containing a clone URI. The command opens the clone wizard, if repositoryUri is set, it is used to pre-fill the dialog from the given clone URI. If the value cannot be parsed as a URI, it is silently ignored.

Other Changes

EGit 5.8 includes lots of less noticeable improvements in the UI, plus a number of bug fixes. The complete list of new features and bug fixes is available in the release notes.

Contributors

The following X developers worked on this release:

<TBD: list of contributors, number>

See Also

See also the new features in JGit for additional information.

Back to the top