Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JFace » CNF, Project explorer customization.
CNF, Project explorer customization. [message #895834] Mon, 16 July 2012 08:52
Srinivas G is currently offline Srinivas GFriend
Messages: 4
Registered: November 2011
Junior Member
I am using Common Navigation Framework to customize project explorer view.

In my workspace, I have projects with C nature and one custom defined nature.(say com.example.project.nature). Every C project has dependency to a project with this nature.

My requirement is to show project with nature "com.example.project.nature" in project explorer view as a sub project of C project and hide it at the top level. It should be visible only as part of C project and not as separate project.

I am able to use CNF to display this project as sub project of main C project but I am not able hide it from top level projects. What I meant by displaying as sub project is to just show it as tree node of C project along with Debug, src, Binaries tree nodes.

I tried writing common filter to hide these projects but if I did so, they are hidden from C project as well. I want to hide at the top level but show them as part of C project.

I hope my description of problem is clear. Looking forward to your ideas to solve this issue.

Best Regards
Srinivas G
Previous Topic:TableLayout layouts too early
Next Topic:ScrolledComposite in JFace
Goto Forum:
  


Current Time: Thu Sep 19 12:07:39 GMT 2024

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

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

Back to the top