Package org.eclipse.jface.text.revisions
package org.eclipse.jface.text.revisions
Provides a revision model and a protocol to display revision information in a vertical ruler column.
Package Specification
IRevisionRulerColumn
is the protocol that a team provider can use to display line based revision control information to a document.
RevisionInformation
defines the revision model, which contains a list of Revision
s, which in turn contain RevisionRange
s.-
ClassDescriptionA listener which is notified when revision information changes.A vertical ruler column capable of displaying revision (annotate) information.Extension interface for
IRevisionRulerColumn
.Rendering mode type-safe enum.Describes a revision of a document.Informs about a change of revision information.Encapsulates revision information for one line-based document.An unmodifiable line range that belongs to aRevision
.