Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 16:34 Go to next message
Frank Du is currently offline Frank DuFriend
Messages: 91
Registered: July 2009
Member
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 22:29 Go to previous messageGo to next message
Benjamin Cabé is currently offline Benjamin CabéFriend
Messages: 201
Registered: July 2009
Location: Toulouse, France
Senior Member

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] Sat, 17 January 2009 01:07 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 22: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] Sat, 17 January 2009 01:07 Go to previous message
Andreas Goetz is currently offline Andreas GoetzFriend
Messages: 110
Registered: July 2009
Senior Member
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 Mar 19 09:51:41 GMT 2024

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

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

Back to the top