public interface ISpellingEngine
org.eclipse.ui.workbench.texteditor.spellingEngine
extension
point. The SpellingContext
provides information about the
content type to be checked. In general a spelling engine should at least
support the text content type
.
This interface is intended to be implemented by clients.
Modifier and Type | Method and Description |
---|---|
void |
check(IDocument document,
IRegion[] regions,
SpellingContext context,
ISpellingProblemCollector collector,
IProgressMonitor monitor)
Checks the given regions in the given document.
|
void check(IDocument document, IRegion[] regions, SpellingContext context, ISpellingProblemCollector collector, IProgressMonitor monitor)
document
- the document to checkregions
- the regions to checkcontext
- the contextcollector
- the problem collectormonitor
- the progress monitor, can be null
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.