| [news.eclipse.platform] Re: How can I tell TextEditor to spell check only the desired content type/partition type? |
AL wrote:
Hi,
I have MyTextEditor extend TextEditor, and got the spelling thing working by default, stuff inherited from TextEditor. But, I want to spell check on a certain partition or content type in my document, basically the comments not the code. How would I tell TextEditor to do that? Right now it spellchecks everything in the document.
In your source viewer config use a Reconciler instead of a MonoReconciler.
Dani
Thanks.