| org.eclipse.ui.texteditor.spelling.ISpellingEngine
ISpellingEngine | public interface ISpellingEngine (Code) | | A spelling engine that can be contributed to the
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
org.eclipse.core.runtime.content.IContentType content type .
This interface is intended to be implemented by clients.
since: 3.1 |
check | public void check(IDocument document, IRegion[] regions, SpellingContext context, ISpellingProblemCollector collector, IProgressMonitor monitor)(Code) | | Checks the given regions in the given document. Reports all found
spelling problems to the collector.
Parameters: document - the document to check Parameters: regions - the regions to check Parameters: context - the context Parameters: collector - the problem collector Parameters: monitor - the progress monitor, can be null |
|
|