| Package | Description |
|---|---|
| org.eclipse.xtext.formatting2 |
Xtext formatting infrastructure since Xtext 2.8.
|
| org.eclipse.xtext.formatting2.internal |
| Modifier and Type | Method and Description |
|---|---|
IFormattableSubDocument |
AbstractFormatter2.createFormattableSubDocument(ITextSegment region,
IFormattableDocument parent) |
IFormattableSubDocument |
IFormattableSubDocument.requireFitsInLine() |
IFormattableSubDocument |
IFormattableSubDocument.requireFitsInLine(int offset,
int length,
int maxLineWidth) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISubFormatter.format(IFormattableSubDocument document)
Format the given document or throw a
FormattingNotApplicableException
if the document cannot be formatted by this formatter. |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredSubDocument |
class |
MaxLineWidthDocument |
class |
SubDocument |
| Modifier and Type | Method and Description |
|---|---|
IFormattableSubDocument |
SubDocument.requireFitsInLine() |
IFormattableSubDocument |
SubDocument.requireFitsInLine(int offset,
int length) |
IFormattableSubDocument |
SubDocument.requireFitsInLine(int offset,
int length,
int maxLineWidth) |
IFormattableSubDocument |
FormattableDocument.withReplacerFilter(com.google.common.base.Predicate<? super ITextReplacer> filter) |
Copyright © 2015. All Rights Reserved.