public class XtextSpellingReconcileStrategy
extends org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
| Modifier and Type | Class and Description |
|---|---|
static class |
XtextSpellingReconcileStrategy.Factory |
| Modifier | Constructor and Description |
|---|---|
protected |
XtextSpellingReconcileStrategy(org.eclipse.jface.text.source.ISourceViewer viewer) |
| Modifier and Type | Method and Description |
|---|---|
protected org.eclipse.jface.text.ITypedRegion[] |
computePartitioning(int offset,
int length,
java.lang.String partitionType) |
protected boolean |
isSpellingEnabled() |
void |
reconcile(org.eclipse.jface.text.IRegion region) |
void |
setDocument(org.eclipse.jface.text.IDocument document) |
protected void |
setPartitionMapperExtension(ITokenTypeToPartitionTypeMapperExtension partitionMapperExtension) |
protected boolean |
shouldProcess(org.eclipse.jface.text.ITypedRegion typedRegion) |
protected XtextSpellingReconcileStrategy(org.eclipse.jface.text.source.ISourceViewer viewer)
protected void setPartitionMapperExtension(ITokenTypeToPartitionTypeMapperExtension partitionMapperExtension)
public void setDocument(org.eclipse.jface.text.IDocument document)
setDocument in interface org.eclipse.jface.text.reconciler.IReconcilingStrategysetDocument in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategypublic void reconcile(org.eclipse.jface.text.IRegion region)
reconcile in interface org.eclipse.jface.text.reconciler.IReconcilingStrategyreconcile in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategyprotected org.eclipse.jface.text.ITypedRegion[] computePartitioning(int offset,
int length,
java.lang.String partitionType)
protected boolean shouldProcess(org.eclipse.jface.text.ITypedRegion typedRegion)
protected boolean isSpellingEnabled()