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.