Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-14 Thread Graeme Geldenhuys
Michael Van Canneyt wrote: I always hated that thing in VB. Each one for there own. :) If you need to look at that to know where you are, maybe your procedures are too long. Here at work we use the following rule of thumb: a procedure may never be longer as 50 lines. If it is, it should be

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-14 Thread Mattias Gaertner
On Sun, 14 Feb 2010 12:04:02 +0200 Graeme Geldenhuys graemeg.li...@gmail.com wrote: [...] The navigation could also (possibly) be used to jump to inherited methods or color code (say faded red) abstract methods that need to be implemented. Simply select the faded red method, and CodeTools

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-14 Thread Graeme Geldenhuys
Mattias Gaertner wrote: Well, for this you could use the refactoring tool Show abstract methods. Umm, another new feature I didn't notice before. I know the enhanced editor toolbar will duplicate features in other areas of the IDE (like it does already), but it will bring them together in a

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Adrian De Armas
CNWizard from www.cnpack.org/ implements that. Regards 2010/2/9 Graeme Geldenhuys graemeg.li...@gmail.com: Hi Lee (and anybody else), In you flash demo, I saw something interesting in Delphi (sorry, not related to Flex/RIA) - the code navigation highlighted in the attached screenshot. Is

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Adrian De Armas wrote: CNWizard from www.cnpack.org/ implements that. Regards Indeed. CNWizards is the tool that provides that navigator drop down. The functionality that it provides speeds development in the Delphi IDE 30% or more for me I would estimate. It would be very nice to see

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Graeme Geldenhuys
Lee Jenkins wrote: Indeed. CNWizards is the tool that provides that navigator drop down. The functionality that it provides speeds development in the Delphi IDE 30% or more for me I would estimate. Without having Delphi to try it out, what other features does it have? The cnpack.org

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Graeme Geldenhuys wrote: Lee Jenkins wrote: Indeed. CNWizards is the tool that provides that navigator drop down. The functionality that it provides speeds development in the Delphi IDE 30% or more for me I would estimate. Without having Delphi to try it out, what other features does it

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Mattias Gaertner
On Tue, 09 Feb 2010 10:21:39 -0500 Lee Jenkins l...@datatrakpos.com wrote: [...] My personal favorite is the Auto Drop Down for code insite which shows relevant suggestions for built in types as well as declared variables, etc. Makes typing so much faster. Can you give some examples

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Lee Jenkins
Mattias Gaertner wrote: On Tue, 09 Feb 2010 10:21:39 -0500 Lee Jenkins l...@datatrakpos.com wrote: [...] My personal favorite is the Auto Drop Down for code insite which shows relevant suggestions for built in types as well as declared variables, etc. Makes typing so much faster. Can you

Re: [Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-09 Thread Mattias Gaertner
On Tue, 09 Feb 2010 11:48:42 -0500 Lee Jenkins l...@datatrakpos.com wrote: Mattias Gaertner wrote: On Tue, 09 Feb 2010 10:21:39 -0500 Lee Jenkins l...@datatrakpos.com wrote: [...] My personal favorite is the Auto Drop Down for code insite which shows relevant suggestions for

[Lazarus] Code navigation (was Flex/RIA Framework)

2010-02-08 Thread Graeme Geldenhuys
Hi Lee (and anybody else), In you flash demo, I saw something interesting in Delphi (sorry, not related to Flex/RIA) - the code navigation highlighted in the attached screenshot. Is that something standard with Delphi or is it a add-on package? I've been wanting to implement something like that