[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: TextEditor problems: no spell checker, no status bar messages

Daniel, Al -- Thanks a million.

The lack of the usual status bar messages was due to sub-classing methods in TextEditorActionContributor and not calling the super methods.

The lack of the spell-checker was due to using the constructor
TextSourceViewerConfiguration() -- i.e. without passing in a preference store.
Using
TextSourceViewerConfiguration(IPreferenceStore preferenceStore)
instead fixed things.


All the best,
Daniel