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

Difference between revisions of "EGit/New and Noteworthy/2.1"

(EGit Features: Commit using Ctrl+Enter (Cmd+Enter) in Staging View)
(Add note and link to nightly update site)
Line 1: Line 1:
 +
''Note that 2.1 is not yet released, please install from the [http://download.eclipse.org/egit/updates-nightly Nightly Update Site] to use these features.''
 +
 
= EGit Features =
 
= EGit Features =
  

Revision as of 07:32, 8 August 2012

Note that 2.1 is not yet released, please install from the Nightly Update Site to use these features.

EGit Features

Delete untracked files in Staging View

The Staging View now has a context menu action Delete which makes it possible to delete untracked files directly from the view. When all the selected files are workspace resources, it's possible to undo the delete using the Edit -> Undo menu.

Before, it was always necessary to locate the file in the Package Explorer or Navigator. In the case of non-workspace resources, it was necessary to leave Eclipse.

Commit using Ctrl+Enter (Cmd+Enter) in Staging View

After having entered the commit message, it's now possible to commit using the Ctrl+Enter (or Cmd+Enter on Mac OS X) shortcut instead of clicking on the toolbar icon.

Bugs Closed

EGit bugs closed up to now

Back to the top