Hello,
we have our own navigator view which only shows project with an nature we defined, too. Everything works fine so far. But if I close a project it will disappear in the navigator view.
It seems that closed projects have no nature (but the nature still exists in the project looking at the .project file).
I defined the navigator content via the plugin.xml file:
<filterExpression>
<not>
<or>
<instanceof value="xy.navigator.DiagramTreeData"/>
<adapt type="org.eclipse.core.resources.IProject">
<test
forcePluginActivation="true"
property="org.eclipse.core.resources.projectNature"
value="xy.MyNature">
</test>
</adapt>
</or>
</not>
</filterExpression>
What I want is that the navigator shows all projects with "MyNature", no matter if they are closed or not!?!
Thanks for any help.
Best regards
Alex
[Updated on: Wed, 12 May 2010 01:51] by Moderator