Package | Description |
---|---|
org.eclipse.jface.text.revisions |
Provides a revision model and a protocol to display revision information in a vertical ruler column.
|
org.eclipse.jface.text.source |
Provides a framework for connecting document regions
with annotations and for displaying those.
|
Modifier and Type | Field and Description |
---|---|
static IRevisionRulerColumnExtension.RenderingMode |
IRevisionRulerColumnExtension.AGE
Rendering mode that assigns colors to revisions by their age.
|
static IRevisionRulerColumnExtension.RenderingMode |
IRevisionRulerColumnExtension.AUTHOR
Rendering mode that assigns a unique color to each revision author.
|
static IRevisionRulerColumnExtension.RenderingMode |
IRevisionRulerColumnExtension.AUTHOR_SHADED_BY_AGE
Rendering mode that assigns unique colors per revision author and
uses different color intensity depending on the age.
|
Modifier and Type | Method and Description |
---|---|
void |
IRevisionRulerColumnExtension.setRevisionRenderingMode(IRevisionRulerColumnExtension.RenderingMode mode)
Changes the rendering mode and triggers redrawing if needed.
|
Modifier and Type | Method and Description |
---|---|
void |
LineNumberChangeRulerColumn.setRevisionRenderingMode(IRevisionRulerColumnExtension.RenderingMode renderingMode) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.