Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-ui-dev] Cross language navigation

Dani,
I hope that I'll be able to keep the common stuff as simple as defining
an extension point plus an abstract class for a cross-navigation
provider. The actual cross navigation code will have to go into the
specific plugins anyhow.

We can start the work in CDT and discuss integrating JDT and moving the
necessary (hopefully minimal) stuff to the platform when we have
something worked out.

I think there are a bunch of open bugs on that, I'll be using
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282642 for driving the
effort.

Thanks, Markus.


> -----Original Message-----
> From: jdt-ui-dev-bounces@xxxxxxxxxxx 
> [mailto:jdt-ui-dev-bounces@xxxxxxxxxxx] On Behalf Of Daniel Megert
> Sent: Friday, July 10, 2009 5:01 PM
> To: Eclipse JDT UI developers list.
> Subject: Re: [jdt-ui-dev] Cross language navigation
> Importance: Low
> 
> Hi Markus,
> 
> besides LTK-refactoring there's no LTK stuff yet. There's 
> already a project in CVS but it's not yet used. I guess your 
> work would not fit into the refactoring layer, right? I 
> suggest we discuss what you have in mind and after that we decide.
> 
> Dani
> 
> 
> |------------>
> | From:      |
> |------------>
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
>   |"Schorn, Markus" <Markus.Schorn@xxxxxxxxxxxxx>             
>                                                               
>                          |
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
> |------------>
> | To:        |
> |------------>
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
>   |<jdt-ui-dev@xxxxxxxxxxx>                                   
>                                                               
>                          |
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
> |------------>
> | Date:      |
> |------------>
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
>   |10.07.2009 14:47                                           
>                                                               
>                          |
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
> |------------>
> | Subject:   |
> |------------>
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
>   |[jdt-ui-dev] Cross language navigation                     
>                                                               
>                          |
>   
> >-------------------------------------------------------------
> --------------------------------------------------------------
> -----------------------|
> 
> 
> 
> 
> 
> 
> Hi JDT,
> In CDT we want to make it possible to navigate between 
> languages for which the tooling is found in separate features 
> (e.g. C++ and Ada code).
> Rather
> than providing an extension-point in CDT it would be better 
> to have one in the ltk-plugin. With that we could also use it 
> for implementing navigation between Java and C/C++.
> 
> Are you interested in working with us to make that happen?
> Markus.
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
> 
> 
> 
> _______________________________________________
> jdt-ui-dev mailing list
> jdt-ui-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev
> 


Back to the top