navigatorContent not updating [message #336166] |
Wed, 27 May 2009 13:33 |
Eclipse User |
|
|
|
Originally posted by: mike.xmos.com
Hi,
I'm trying to display some content (a custom file extension inside a
project) in the project explorer using the navigatorContent extension
point. I'm using the file extension to associate the resource with my
content provider i.e.
<triggerPoints>
<instanceof
value="org.eclipse.core.resources.IResource">
</instanceof>
</triggerPoints>
<enablement>
<adapt type="org.eclipse.core.resources.IResource">
<test property="org.eclipse.core.resources.extension" value="xn"/>
</adapt>
</enablement>
Don't know if this is the correct way of doing it (I'm guessing not)
because when the resource changes, my content provider is not being
notified. Any advice?
Thanks,
Mike
|
|
|
Powered by
FUDForum. Page generated in 0.03315 seconds