| Package | Description |
|---|---|
| org.eclipse.xtext.ui.editor.syntaxcoloring | |
| org.eclipse.xtext.ui.editor.utils | |
| org.eclipse.xtext.ui.label |
| Modifier and Type | Method and Description |
|---|---|
TextStyle |
DefaultHighlightingConfiguration.commentTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.defaultTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.errorTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.keywordTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.numberTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.punctuationTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.stringTextStyle() |
TextStyle |
DefaultHighlightingConfiguration.taskTextStyle() |
| Modifier and Type | Method and Description |
|---|---|
void |
IHighlightingConfigurationAcceptor.acceptDefaultHighlighting(String id,
String name,
TextStyle style)
Call this method to announce a specific default style.
|
void |
TextAttributeProvider.acceptDefaultHighlighting(String id,
String name,
TextStyle style) |
void |
SyntaxColoringPreferencePage.acceptDefaultHighlighting(String id,
String name,
TextStyle style) |
protected org.eclipse.jface.text.TextAttribute |
TextAttributeProvider.createTextAttribute(String id,
TextStyle defaultTextStyle) |
void |
PreferenceStoreAccessor.populateTextStyle(String id,
TextStyle style,
TextStyle defaults) |
| Modifier and Type | Method and Description |
|---|---|
int |
SyntaxColoringPreferencePage.compare(Triple<String,String,TextStyle> left,
Triple<String,String,TextStyle> right) |
int |
SyntaxColoringPreferencePage.compare(Triple<String,String,TextStyle> left,
Triple<String,String,TextStyle> right) |
| Modifier and Type | Method and Description |
|---|---|
TextStyle |
TextStyle.copy()
creates a new
TextStyle instance and copies all the source fields |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jface.viewers.StyledString |
StylerFactory.createFromXtextStyle(String text,
TextStyle xtextStyle)
Convenience method to create a new
StyledString from a given label text and
XtextTextStyle |
org.eclipse.jface.viewers.StyledString.Styler |
StylerFactory.createXtextStyleAdapterStyler(TextStyle xtextStyle)
Creates an adapter styler for
XtextStyles. |
| Constructor and Description |
|---|
StylerFactory.XtextStyleAdapterStyler(TextStyle textStyle) |
Copyright © 2016. All Rights Reserved.