Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » How to jump into function implementation
How to jump into function implementation [message #259430] Thu, 08 July 2004 00:21 Go to next message
Eclipse UserFriend
Originally posted by: bpirvali.symantec.com

Hi,

I am new to eclipse.
I program normally against a set of interfaces instead of using classes.
When I try to jump into a function implementation, I get redirected into
interface definition instead of jumping into implementor of the interface.

Is there a way to jump function body instead of the interface definition?

Thanks,
Behzad
Re: How to jump into function implementation [message #259460 is a reply to message #259430] Thu, 08 July 2004 04:22 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

Hi Behzad,

Yes, it's really annoying, isn't it?

If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
Type Hierarchy) to get a popup type hierarchy from which you can jump to
the implementation class.

Alternatively, you can use a plugin I wrote for the exact purpose of
jumping to implementations (since I was also annoyed). You can find it
here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
there are currently different versions of the plugin for different
versions of Eclipse. I should be releasing version 0.0.14 really soon
now with support for both Eclipse 2.1 and 3.0.

Best regards,

Jesper


Behzad Pirvali wrote:

> Hi,
>
> I am new to eclipse.
> I program normally against a set of interfaces instead of using classes.
> When I try to jump into a function implementation, I get redirected into
> interface definition instead of jumping into implementor of the interface.
>
> Is there a way to jump function body instead of the interface definition?
>
> Thanks,
> Behzad
>
>
Re: How to jump into function implementation [message #259511 is a reply to message #259460] Thu, 08 July 2004 08:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bpirvali.symantec.com

Hi Jesper,

Thanks a lot for your help. I am using Eclipse 3.0 and Ctrl+T works for me.

How did you find this?
I was not able to find it under keyboard shortcuts or any where else in the
help!

Do you know whether Eclipse has an advanced multi-entry clipboard?

Thanks,
Behzad


"Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
message news:ccii5a$jiq$2@eclipse.org...
> Hi Behzad,
>
> Yes, it's really annoying, isn't it?
>
> If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
> Type Hierarchy) to get a popup type hierarchy from which you can jump to
> the implementation class.
>
> Alternatively, you can use a plugin I wrote for the exact purpose of
> jumping to implementations (since I was also annoyed). You can find it
> here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
> there are currently different versions of the plugin for different
> versions of Eclipse. I should be releasing version 0.0.14 really soon
> now with support for both Eclipse 2.1 and 3.0.
>
> Best regards,
>
> Jesper
>
>
> Behzad Pirvali wrote:
>
> > Hi,
> >
> > I am new to eclipse.
> > I program normally against a set of interfaces instead of using classes.
> > When I try to jump into a function implementation, I get redirected into
> > interface definition instead of jumping into implementor of the
interface.
> >
> > Is there a way to jump function body instead of the interface
definition?
> >
> > Thanks,
> > Behzad
> >
> >
Re: How to jump into function implementation [message #259596 is a reply to message #259511] Thu, 08 July 2004 12:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

Hi Behzad,

Have you checked out the keyboard shortcuts quick reference at
http://eclipse-tools.sourceforge.net/shortcuts.html ? I haven't yet
"upgraded" it to the final version of 3.0, but it should more or less be
correct (apart from the fact - I just realized - that the legend for
Ctrl+T is "Open Hierarchy"). I guess an update is coming up... :-)

Regarding the multi-entry clipboard: No, Eclipse uses the regular
clipboard provided by the operating system (AFAIK).

Best regards,

Jesper



bpirvali wrote:

> Hi Jesper,

> Thanks a lot for your help. I am using Eclipse 3.0 and Ctrl+T works for me.

> How did you find this?
> I was not able to find it under keyboard shortcuts or any where else in the
> help!

> Do you know whether Eclipse has an advanced multi-entry clipboard?

> Thanks,
> Behzad


> "Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
> message news:ccii5a$jiq$2@eclipse.org...
> > Hi Behzad,
> >
> > Yes, it's really annoying, isn't it?
> >
> > If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
> > Type Hierarchy) to get a popup type hierarchy from which you can jump to
> > the implementation class.
> >
> > Alternatively, you can use a plugin I wrote for the exact purpose of
> > jumping to implementations (since I was also annoyed). You can find it
> > here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
> > there are currently different versions of the plugin for different
> > versions of Eclipse. I should be releasing version 0.0.14 really soon
> > now with support for both Eclipse 2.1 and 3.0.
> >
> > Best regards,
> >
> > Jesper
> >
> >
> > Behzad Pirvali wrote:
> >
> > > Hi,
> > >
> > > I am new to eclipse.
> > > I program normally against a set of interfaces instead of using classes.
> > > When I try to jump into a function implementation, I get redirected into
> > > interface definition instead of jumping into implementor of the
> interface.
> > >
> > > Is there a way to jump function body instead of the interface
> definition?
> > >
> > > Thanks,
> > > Behzad
> > >
> > >
Re: How to jump into function implementation [message #259809 is a reply to message #259460] Thu, 08 July 2004 18:21 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: neil.neil.swingler.name

Hi Jesper,

I'm afraid that by letting the world know about Ctrl+T, you have made your
wonderful plugin dispensible. Still the call heirarchy lives on:-)

- Neil Swingler

"Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
message news:ccii5a$jiq$2@eclipse.org...
> Hi Behzad,
>
> Yes, it's really annoying, isn't it?
>
> If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
> Type Hierarchy) to get a popup type hierarchy from which you can jump to
> the implementation class.
>
> Alternatively, you can use a plugin I wrote for the exact purpose of
> jumping to implementations (since I was also annoyed). You can find it
> here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
> there are currently different versions of the plugin for different
> versions of Eclipse. I should be releasing version 0.0.14 really soon
> now with support for both Eclipse 2.1 and 3.0.
>
> Best regards,
>
> Jesper
>
>
> Behzad Pirvali wrote:
>
> > Hi,
> >
> > I am new to eclipse.
> > I program normally against a set of interfaces instead of using classes.
> > When I try to jump into a function implementation, I get redirected into
> > interface definition instead of jumping into implementor of the
interface.
> >
> > Is there a way to jump function body instead of the interface
definition?
> >
> > Thanks,
> > Behzad
> >
> >
Re: How to jump into function implementation [message #259817 is a reply to message #259809] Thu, 08 July 2004 18:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: linnet.nospam.users.sourceforge.net

You may be right, but I cannot help being a nice guy... :-) At least
it's nice to know that some people call it wonderful! (I like it myself,
too :-).

/Jesper


Neil Swingler wrote:
> Hi Jesper,
>
> I'm afraid that by letting the world know about Ctrl+T, you have made your
> wonderful plugin dispensible. Still the call heirarchy lives on:-)
>
> - Neil Swingler
>
> "Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
> message news:ccii5a$jiq$2@eclipse.org...
>
>>Hi Behzad,
>>
>>Yes, it's really annoying, isn't it?
>>
>>If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
>>Type Hierarchy) to get a popup type hierarchy from which you can jump to
>>the implementation class.
>>
>>Alternatively, you can use a plugin I wrote for the exact purpose of
>>jumping to implementations (since I was also annoyed). You can find it
>>here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
>>there are currently different versions of the plugin for different
>>versions of Eclipse. I should be releasing version 0.0.14 really soon
>>now with support for both Eclipse 2.1 and 3.0.
>>
>>Best regards,
>>
>>Jesper
>>
>>
>>Behzad Pirvali wrote:
>>
>>
>>>Hi,
>>>
>>>I am new to eclipse.
>>>I program normally against a set of interfaces instead of using classes.
>>>When I try to jump into a function implementation, I get redirected into
>>>interface definition instead of jumping into implementor of the
>
> interface.
>
>>>Is there a way to jump function body instead of the interface
>
> definition?
>
>>>Thanks,
>>>Behzad
>>>
>>>
>
>
>
Re: How to jump into function implementation [message #259869 is a reply to message #259596] Thu, 08 July 2004 20:48 Go to previous message
Eclipse UserFriend
Originally posted by: bpirvali.symantec.com

Hi Jesper,

Great site for short cuts,
Thanks so much,
Behzad

"Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
message news:ccjfn7$arf$1@eclipse.org...
> Hi Behzad,
>
> Have you checked out the keyboard shortcuts quick reference at
> http://eclipse-tools.sourceforge.net/shortcuts.html ? I haven't yet
> "upgraded" it to the final version of 3.0, but it should more or less be
> correct (apart from the fact - I just realized - that the legend for
> Ctrl+T is "Open Hierarchy"). I guess an update is coming up... :-)
>
> Regarding the multi-entry clipboard: No, Eclipse uses the regular
> clipboard provided by the operating system (AFAIK).
>
> Best regards,
>
> Jesper
>
>
>
> bpirvali wrote:
>
> > Hi Jesper,
>
> > Thanks a lot for your help. I am using Eclipse 3.0 and Ctrl+T works for
me.
>
> > How did you find this?
> > I was not able to find it under keyboard shortcuts or any where else in
the
> > help!
>
> > Do you know whether Eclipse has an advanced multi-entry clipboard?
>
> > Thanks,
> > Behzad
>
>
> > "Jesper Kamstrup Linnet" <linnet@nospam.users.sourceforge.net> wrote in
> > message news:ccii5a$jiq$2@eclipse.org...
> > > Hi Behzad,
> > >
> > > Yes, it's really annoying, isn't it?
> > >
> > > If you use Eclipse 3.0, you could press Ctrl+T (or Navigate -> Quick
> > > Type Hierarchy) to get a popup type hierarchy from which you can jump
to
> > > the implementation class.
> > >
> > > Alternatively, you can use a plugin I wrote for the exact purpose of
> > > jumping to implementations (since I was also annoyed). You can find it
> > > here: http://eclipse-tools.sourceforge.net/implementors. Be aware that
> > > there are currently different versions of the plugin for different
> > > versions of Eclipse. I should be releasing version 0.0.14 really soon
> > > now with support for both Eclipse 2.1 and 3.0.
> > >
> > > Best regards,
> > >
> > > Jesper
> > >
> > >
> > > Behzad Pirvali wrote:
> > >
> > > > Hi,
> > > >
> > > > I am new to eclipse.
> > > > I program normally against a set of interfaces instead of using
classes.
> > > > When I try to jump into a function implementation, I get redirected
into
> > > > interface definition instead of jumping into implementor of the
> > interface.
> > > >
> > > > Is there a way to jump function body instead of the interface
> > definition?
> > > >
> > > > Thanks,
> > > > Behzad
> > > >
> > > >
>
>
Previous Topic:ant syntax color problem
Next Topic:eclipse close lifttime
Goto Forum:
  


Current Time: Fri Nov 08 23:01:02 GMT 2024

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

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

Back to the top