Re: [Lazarus] Jump to implementation

2016-05-17 Thread Ondrej Pokorny
On 17.05.2016 19:01, Graeme Geldenhuys wrote: On 2016-05-17 17:09, Ondrej Pokorny wrote: Tools->Options->CodeTools->General->Jump directly to method body. Nice, I didn't even know that existed. Thanks for sharing. You are welcome. It's quite a new feature, added in January: http://mantis.fre

Re: [Lazarus] Jump to implementation

2016-05-17 Thread Graeme Geldenhuys
On 2016-05-17 17:09, Ondrej Pokorny wrote: > Tools->Options->CodeTools->General->Jump directly to method body. Nice, I didn't even know that existed. Thanks for sharing. Regards, Graeme -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.or

Re: [Lazarus] Jump to implementation

2016-05-17 Thread Aradeonas
> Tools->Options->CodeTools->General->Jump directly to method body. What a relief :D Regards, Ara -- http://www.fastmail.com - Email service worth paying for. Try it for free -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Jump to implementation

2016-05-17 Thread Ondrej Pokorny
On 17.05.2016 18:04, Aradeonas wrote: Hi, When you do Ctrl+Click on a procedure you will go to the interface and then you should hit Ctrl+Shift+Down to go to the implementation, How can I make it like Delphi that when you do Ctrl+Click on a procedure it goes to implementation not interface?

[Lazarus] Jump to implementation

2016-05-17 Thread Aradeonas
Hi, When you do Ctrl+Click on a procedure you will go to the interface and then you should hit Ctrl+Shift+Down to go to the implementation, How can I make it like Delphi that when you do Ctrl+Click on a procedure it goes to implementation not interface? Regards, Ara -- http://www.fastmail.c

Re: [Lazarus] Jump to implementation (inspired by Bernd Kreuss Codetool ideas "what is an "identifier"")

2010-07-28 Thread Mattias Gaertner
On Wed, 28 Jul 2010 19:56:13 +0100 Martin wrote: > On 28/07/2010 19:27, Martin wrote: > > I am making this a separate thread, because it got nothing to do with > > the old subject "[Lazarus] CodeTools: what is an "identifier"" > > > > The idea discussed there, fails due to the fact that > > "Ob

Re: [Lazarus] Jump to implementation (inspired by Bernd Kreuss Codetool ideas "what is an "identifier"")

2010-07-28 Thread Martin
On 28/07/2010 19:27, Martin wrote: I am making this a separate thread, because it got nothing to do with the old subject "[Lazarus] CodeTools: what is an "identifier"" The idea discussed there, fails due to the fact that "ObjectOfClass_BaseFoo.SomeMethod" can only be resolved to that base cla

[Lazarus] Jump to implementation (inspired by Bernd Kreuss Codetool ideas "what is an "identifier"")

2010-07-28 Thread Martin
I am making this a separate thread, because it got nothing to do with the old subject "[Lazarus] CodeTools: what is an "identifier"" The idea discussed there, fails due to the fact that "ObjectOfClass_BaseFoo.SomeMethod" can only be resolved to that base class's SomeMethod. One case where th