Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » CNF: extend existing Viewer
CNF: extend existing Viewer [message #333484] Mon, 15 December 2008 10:09 Go to next message
Damian Philipp is currently offline Damian PhilippFriend
Messages: 30
Registered: July 2009
Member
Hello,

I am building a Plugin that does some additional custom compilation
stuff to our projects. The builder needs to know about some dependencies
(read: some folders located elsewhere on disk). To give the user a
better overview over what he is working on, I'd like to show these
dependencies - and perhaps even the actual directory tree they reside in
- in some kind of explorer view. As an example, take the "JRE System
Library" from JDT's Package Explorer.
Just linking these dependencies as folders is not an option, as they may
not be visible to anyone but the user and my builder.

I don't nesseccarily want to create a new view to show this, as I'm
basically just supporting other Plugins that already have some way of
exploring projects. I'd rather just extend one of the existing
Exploration-Views (Package Explorer, Navigator, Project Explorer, ...?)
to show my custom stuff. From what I've read about CNF up to now, I
gathered that it may be possible to add extensions to the Project
Explorer. Unfortunately I cannot find the name of the extension point I
have to bind my contributions to.

So, did I get this right? If yes, where would I have to bind my
viewerContentBinding to?

Regards
Damian Philipp
Re: CNF: extend existing Viewer [message #333486 is a reply to message #333484] Mon, 15 December 2008 11:41 Go to previous message
Damian Philipp is currently offline Damian PhilippFriend
Messages: 30
Registered: July 2009
Member
Hello,

Damian Philipp schrieb:
> If yes, where would I have to bind my
> viewerContentBinding to?

while researching a different issue I stumbled upon an E-Mail that had
the name of the extension point. So, for everyone looking with google:

If you want to extend the Project Explorer to show additional custom
contents you need to bind to the extension point
org.eclipse.ui.navigator.ProjectExplorer .

Regards
Damian Philipp
Previous Topic:AnnotationRulerColumn doesn't display annotations
Next Topic:Update layout on AbstractOverridableTabListPropertySection
Goto Forum:
  


Current Time: Tue Oct 15 09:43:17 GMT 2024

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

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

Back to the top