Why there is no entry in Navigator View [message #40519] |
Fri, 16 January 2009 11:34  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
|
|
|
Powered by
FUDForum. Page generated in 0.34554 seconds