| [news.eclipse.platform] Re: custom content provider not automatically activated |
Yes, It seems be setInput. Do you checked activeByDefault attribute of navigatorContent be true?
Xiangya
Qinxian wrote:
Hi,
The content provider must be set before that viewer call setInput method. Is this?
I don't do either, I just have the needed extension point declarations in my plugin.xml.
org.eclipse.ui.navigator.CommonNavigator does seem to set at least the filter and sorter before setting the input. I can't find any place where the content provider is set though.
Andreas