Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Why there is no entry in Navigator View
Why there is no entry in Navigator View [message #40519] Fri, 16 January 2009 11:34 Go to next message
Eclipse UserFriend
Hey All,

I have an RCP program, which is feature based. The problem is: When I
create a new project, it doesn't show up in the navigator view. The tree
entry seems being created. However, the tree entry has an empty label.
Also the problem marker image is missing (the red circle with a cross).

Any idea about what is missing? Any input is highly appreciated! Thank you
so much!

Best Regards,
Frank
Re: Why there is no entry in Navigator View [message #40651 is a reply to message #40519] Fri, 16 January 2009 17:29 Go to previous messageGo to next message
Eclipse UserFriend
See
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg03970.html
You should add something like:
public void preStartup() {
// navigator view needs this
WorkbenchAdapterBuilder.registerAdapters();
}

in your WorkbenchWindowAdvisor...

Cheers,
Benjamin

Frank Du a écrit :
> Hey All,
>
> I have an RCP program, which is feature based. The problem is: When I
> create a new project, it doesn't show up in the navigator view. The tree
> entry seems being created. However, the tree entry has an empty label.
> Also the problem marker image is missing (the red circle with a cross).
>
> Any idea about what is missing? Any input is highly appreciated! Thank
> you so much!
>
> Best Regards,
> Frank
>
Re: Why there is no entry in Navigator View [message #40714 is a reply to message #40519] Fri, 16 January 2009 20:07 Go to previous message
Eclipse UserFriend
See http://www.cpuidle.de/blog/?p=48 for some discussions on CNF

Cheers,
Andi

On 16.01.2009 17:34, Frank Du wrote:
> Hey All,
>
> I have an RCP program, which is feature based. The problem is: When I
> create a new project, it doesn't show up in the navigator view. The tree
> entry seems being created. However, the tree entry has an empty label.
> Also the problem marker image is missing (the red circle with a cross).
>
> Any idea about what is missing? Any input is highly appreciated! Thank
> you so much!
>
> Best Regards,
> Frank
>
Re: Why there is no entry in Navigator View [message #588326 is a reply to message #40519] Fri, 16 January 2009 17:29 Go to previous message
Eclipse UserFriend
Originally posted by: benjamin.cabe.anyware-tech.com

See
http://dev.eclipse.org/newslists/news.eclipse.platform.rcp/m sg03970.html
You should add something like:
public void preStartup() {
// navigator view needs this
WorkbenchAdapterBuilder.registerAdapters();
}

in your WorkbenchWindowAdvisor...

Cheers,
Benjamin

Frank Du a écrit :
> Hey All,
>
> I have an RCP program, which is feature based. The problem is: When I
> create a new project, it doesn't show up in the navigator view. The tree
> entry seems being created. However, the tree entry has an empty label.
> Also the problem marker image is missing (the red circle with a cross).
>
> Any idea about what is missing? Any input is highly appreciated! Thank
> you so much!
>
> Best Regards,
> Frank
>
Re: Why there is no entry in Navigator View [message #588342 is a reply to message #40519] Fri, 16 January 2009 20:07 Go to previous message
Eclipse UserFriend
See http://www.cpuidle.de/blog/?p=48 for some discussions on CNF

Cheers,
Andi

On 16.01.2009 17:34, Frank Du wrote:
> Hey All,
>
> I have an RCP program, which is feature based. The problem is: When I
> create a new project, it doesn't show up in the navigator view. The tree
> entry seems being created. However, the tree entry has an empty label.
> Also the problem marker image is missing (the red circle with a cross).
>
> Any idea about what is missing? Any input is highly appreciated! Thank
> you so much!
>
> Best Regards,
> Frank
>
Previous Topic:override rename action
Next Topic:Initialize toggle to true
Goto Forum:
  


Current Time: Tue Jul 22 21:10:03 EDT 2025

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

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

Back to the top