[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?
|
Hello nemo,
+AD4- I add if(parentElement instanceof IFolder) to the getChildren(Object)
+AD4- method, but nothing changed.
AFAIU, you have to change plugin.xml instead of:
+ADw-instanceof value+AD0AIg-org.eclipse.core.resources.IFile+ACI-/+AD4-
try
+ADw-instanceof value+AD0AIg-org.eclipse.core.resources.IFolder+ACI-/+AD4-
+AD4- 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