Package | Description |
---|---|
org.eclipse.jface.text.reconciler |
Provides a reconciler add-on for an ITextViewer.
|
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractReconciler.process(DirtyRegion dirtyRegion)
Processes a dirty region.
|
protected void |
MonoReconciler.process(DirtyRegion dirtyRegion) |
protected void |
Reconciler.process(DirtyRegion dirtyRegion)
Processes a dirty region.
|
IReconcileResult[] |
IReconcileStep.reconcile(DirtyRegion dirtyRegion,
IRegion subRegion)
Activates incremental reconciling of the specified dirty region.
|
void |
IReconcilingStrategy.reconcile(DirtyRegion dirtyRegion,
IRegion subRegion)
Activates incremental reconciling of the specified dirty region.
|
IReconcileResult[] |
AbstractReconcileStep.reconcile(DirtyRegion dirtyRegion,
IRegion subRegion) |
protected abstract IReconcileResult[] |
AbstractReconcileStep.reconcileModel(DirtyRegion dirtyRegion,
IRegion subRegion)
Reconciles the model of this reconcile step.
|
Modifier and Type | Method and Description |
---|---|
void |
SpellingReconcileStrategy.reconcile(DirtyRegion dirtyRegion,
IRegion subRegion) |
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.