org.eclipse.ui.internal.editors.quickdiff |
|
Java Source File Name | Type | Comment |
CompositeRevertAction.java | Class | Combines a list of actions, taking the personality of the first that is
enabled. |
LastSaveReferenceProvider.java | Class | Default provider for the quickdiff display - the saved document is taken as
the reference. |
QuickDiffMessages.java | Class | |
QuickDiffRestoreAction.java | Class | Abstract superclass of actions that restore / revert parts of a document displayed in the action's
editor to the state described by the
ILineDiffer ILineDiffer associated with the document's
IAnnotationModel IAnnotationModel . |
RestoreAction.java | Class | Action that will restore a block of deleted lines at the current caret position in an editor. |
RevertBlockAction.java | Class | Action that will revert a contiguous block of added, deleted and changes lines in the currently
displayed document to the state in the reference document. |
RevertLineAction.java | Class | Action that will revert a line in the currently displayed document to the state in the
reference document. |
RevertSelectionAction.java | Class | Action that will revert the added, deleted and changes lines in the selection on the currently
displayed document to the state in the reference document. |