Skip to content
Success

Changes

Summary

  1. CommitFileDiffViewer: command handlers for the context menu (part II) (details)
Commit 43b473818710e822aee6cedf77c6bc2d785d97fe by Thomas Wolf
CommitFileDiffViewer: command handlers for the context menu (part II)

Migrate the "Open This/Previous/Working Tree Version" and the "Checkout
This Version" actions to command handlers.

The CheckoutAction cannot be removed yet as it is also used in the
DiffEditorOutlinePage. It will be removed once the menu there is also
migrated to command handlers.

Change-Id: I0ecd16e9d2666407e9dc1860fa56d9698b07893e
Signed-off-by: Thomas Wolf <twolf@apache.org>
The file was addedorg.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/FileDiffOpenWorkingTreeHandler.java
The file was modified org.eclipse.egit.ui.test/src/org/eclipse/egit/ui/test/history/HistoryViewTest.java
The file was modified org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/CommitFileDiffViewer.java
The file was modified org.eclipse.egit.ui/plugin.xml
The file was addedorg.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/FileDiffCheckoutNewHandler.java
The file was addedorg.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/FileDiffOpenThisHandler.java
The file was modified org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/uitext.properties
The file was modified org.eclipse.egit.ui/plugin.properties
The file was modified org.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/UIText.java
The file was addedorg.eclipse.egit.ui/src/org/eclipse/egit/ui/internal/history/command/FileDiffOpenPreviousHandler.java