[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] How can I tell TextEditor to spell check only the desired content type/partition type?

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.

Thanks.