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
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
> 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
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?
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
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
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
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