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 |
---|---|
IReconcilingStrategy |
IReconciler.getReconcilingStrategy(String contentType)
Returns the reconciling strategy registered with the reconciler
for the specified content type.
|
IReconcilingStrategy |
MonoReconciler.getReconcilingStrategy(String contentType) |
IReconcilingStrategy |
Reconciler.getReconcilingStrategy(String contentType) |
Modifier and Type | Method and Description |
---|---|
void |
Reconciler.setReconcilingStrategy(IReconcilingStrategy strategy,
String contentType)
Registers a given reconciling strategy for a particular content type.
|
Constructor and Description |
---|
MonoReconciler(IReconcilingStrategy strategy,
boolean isIncremental)
Creates a new reconciler that uses the same reconciling strategy to
reconcile its document independent of the type of the document's contents.
|
Modifier and Type | Class and Description |
---|---|
class |
SpellingReconcileStrategy
Reconcile strategy used for spell checking.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.