Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » navigatorContent not updating
navigatorContent not updating [message #336166] Wed, 27 May 2009 17:33
Eclipse UserFriend
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
Previous Topic:Build before launch bug
Next Topic:Packaging 3rd party jars as plug-ins
Goto Forum:
  


Current Time: Thu Apr 25 09:52:23 GMT 2024

Powered by FUDForum. Page generated in 0.03691 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top