[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Can I hide the file items while showing the sub-tree beneath them on the navigator?
|
Thank you. I have tried once, maybe I made some mistakes. And I'll try to
change the plugin.xml again, to see what will happen.
Thanks for your advise.
And if it doesn't work, I'll disscuss this with you again:-)
--------------
nemo
"Alex Shatalin" <vano@xxxxxxxxxxx> wrote in message
news:3c3172e6f0f78c9090d5814ddde@xxxxxxxxxxxxxxxxxxx
> Hello nemo,
>
>> I add if(parentElement instanceof IFolder) to the getChildren(Object)
>> method, but nothing changed.
> AFAIU, you have to change plugin.xml instead of:
>
> <instanceof value="org.eclipse.core.resources.IFile"/>
> try <instanceof value="org.eclipse.core.resources.IFolder"/>
>> Can you give me some more details?
> I think the best way is to read Eclipse documentation concerning
> org.eclipse.ui.navigator.navigatorContent extension point.
>
> -----------------
> Alex Shatalin
>
>