Method Summary |
|
abstract public int | getLength() Returns the length of the incorrectly spelled region. |
abstract public String | getMessage() Returns a localized, human-readable message string which describes the spelling problem. |
abstract public int | getOffset() Returns the offset of the incorrectly spelled region. |
abstract public ICompletionProposal[] | getProposals() Returns the proposals for the incorrectly spelled region. |
public ICompletionProposal[] | getProposals(IQuickAssistInvocationContext context) Returns the proposals for the incorrectly spelled region. |
public static void | removeAll(ISourceViewer sourceViewer, String word) Removes all spelling problems that are reported
for the given word in the active editor. |
public static void | removeAllInActiveEditor(ITextEditor editor, String word) Removes all spelling problems that are reported
for the given word in the active editor. |