| [news.eclipse.platform] Re: Spelling check with my editor |
Hi,
I have an editor that extends TextEditor. I have found that the spelling mechanism gets kicked in and stops at SpellingReconcileStrategy.reconcile(IRegion). And it goes through the spelling check and fires event(s) on misspelled words, but how come the misspelled words in my editor are not annotated with the wiggly red line?
Thanks for any tips.