Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Lee Jenkins
Graeme Geldenhuys wrote: Hi, It's just amazing how many cool features we have in the compilers and especially the IDE's. The biggest _cool_ feature is the jumping between Interface and Implementation sections for a method (Ctrl+Shift+Up/Down). That is a cool feature. I need to look around m

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Graeme Geldenhuys
On 09/11/2007, Marc Santhoff <[EMAIL PROTECTED]> wrote: > > Wouldn't this be a nice goal, splitting windows? ;) Nice. :) I remember Visual Basic 6 also had that ability. It was pretty cool but then VB6 also had that function ComboBox thingy to jump to code. Regards, - Graeme -

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Marc Santhoff
Am Freitag, den 09.11.2007, 09:27 +0200 schrieb Graeme Geldenhuys: > Hi, > > It's just amazing how many cool features we have in the compilers and > especially the IDE's. The biggest _cool_ feature is the jumping > between Interface and Implementation sections for a method > (Ctrl+Shift+Up/Down).

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Adrian Maier
On Nov 9, 2007 12:28 PM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > On 09/11/2007, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > Thanks Adrian. Up 'till now I never even knew about ctags! :-) > > I just tried that but can't seem to get vim to do the jump? > > Ah, I think I got it. It can j

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Graeme Geldenhuys
On 09/11/2007, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Thanks Adrian. Up 'till now I never even knew about ctags! :-) > I just tried that but can't seem to get vim to do the jump? Ah, I think I got it. It can jump from the implementation section to the interface section, but not other way

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Graeme Geldenhuys
On 09/11/2007, Adrian Maier <[EMAIL PROTECTED]> wrote: > > I have done a quick test and ran : ctags *.pas > which has successfully generated the tags file for all the pascal > files in the current directory. > I've opened the pas with vim, and i can go on a procedure call and > press ctrl+]

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-09 Thread Adrian Maier
On Nov 9, 2007 7:27 AM, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > Hi, > > It's just amazing how many cool features we have in the compilers and > especially the IDE's. The biggest _cool_ feature is the jumping > between Interface and Implementation sections for a method > (Ctrl+Shift+Up/Down)

Re: [lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-08 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > Hi, > > It's just amazing how many cool features we have in the compilers and > especially the IDE's. The biggest _cool_ feature is the jumping > between Interface and Implementation sections for a method > (Ctrl+Shift+Up/Down). > > Most programing editors support sy

[lazarus] Object Pascal (Delphi & Lazarus) developers are spoilt

2007-11-08 Thread Graeme Geldenhuys
Hi, It's just amazing how many cool features we have in the compilers and especially the IDE's. The biggest _cool_ feature is the jumping between Interface and Implementation sections for a method (Ctrl+Shift+Up/Down). Most programing editors support syntax highlighting for Object Pascal, but ne