org.eclipse.ui.internal.texteditor.quickdiff |
QuickDiff Internal
Implementation for quick diff display, restore actions and the org.eclipse.ui.editors.quickDiffReferenceProvider
extension point.
|
Java Source File Name | Type | Comment |
DiffRegion.java | Class | The local implementation of ILineDiffInfo . |
DocumentLineDiffer.java | Class | Standard implementation of ILineDiffer as an incremental diff engine. |
QuickDiffExtensionsRegistry.java | Class | Access class for the quick diff reference provider extension point. |
QuickDiffMessages.java | Class | Helper class which wraps the specified resource bundle
and offers methods to access the bundle. |
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 . |
ReferenceSelectionAction.java | Class | Action to set the quick diff reference for the document displayed in the editor. |
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. |