Daniel Winterstein wrote:
I've implemented a custom text editor, subclassing TextEditor. Some of
the TextEditor functionality breaks:
- Spell checking doesn't appear
- The status bar is blank. I.e. the normal messages of writable, line
number, etc. are missing.
Some possible reasons:
- you overwrote createSourceViewer() and do something wrong there
- your editor action bar contributor is not OK
- your source viewer configuration is not OK
Dani
If you've seen this problem before and no what's going wrong, please
help. Thanks,
Daniel