@Deprecated public interface ISemanticHighlightingCalculator
ISemanticHighlightingCalculator to compute
the mapping from ranges in the input to the appropriate highlighting style.| Modifier and Type | Interface and Description |
|---|---|
static class |
ISemanticHighlightingCalculator.NewToOldDelegate
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
provideHighlightingFor(XtextResource resource,
IHighlightedPositionAcceptor acceptor)
Deprecated.
|
void provideHighlightingFor(XtextResource resource, IHighlightedPositionAcceptor acceptor)
resource - the resource that will be highlighted. May be null in some rare cases.acceptor - used to announce the mapping from text-range to the style's id. The acceptor will never be null.Copyright © 2016. All Rights Reserved.