[Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Martin Friebe
Graeme Geldenhuys wrote: On Wed, May 6, 2009 at 2:44 AM, Alexander Klenin kle...@gmail.com wrote: FWIW, I often use Quick search (Ctrl+E) for code navigation, How does quick search work? I highlighted an identifier I want to seach for, pressed Ctrl+E. It showed seaching in the

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Graeme Geldenhuys
On Wed, May 6, 2009 at 11:49 AM, Martin Friebe laza...@mfriebe.de wrote: Highlight (as in block-selection) and then search for it = use ctrl-f Yeah, that's what I normally use... Quick search (or incremental search) (ctrl-e) means you start the search with an empty search-term, then as you

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Mattias Gärtner
Zitat von Martin Friebe laza...@mfriebe.de: Graeme Geldenhuys wrote: On Wed, May 6, 2009 at 2:44 AM, Alexander Klenin kle...@gmail.com wrote: FWIW, I often use Quick search (Ctrl+E) for code navigation, How does quick search work? I highlighted an identifier I want to seach for,

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Flávio Etrusco
On Wed, May 6, 2009 at 7:35 AM, Graeme Geldenhuys graemeg.li...@gmail.com wrote: On Wed, May 6, 2009 at 11:49 AM, Martin Friebe laza...@mfriebe.de wrote: Highlight (as in block-selection) and then search for it = use ctrl-f Yeah, that's what I normally use... Quick search (or incremental

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Graeme Geldenhuys
2009/5/6 Flávio Etrusco flavio.etru...@gmail.com: Quick Search would be something that Lazarus seems to still be missing: search the identifier under the caret. Ctrl+F automatically takes what's under the caret and inserts it as the search text. I think this is configurable somewhere in

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Mattias Gärtner
Zitat von Flávio Etrusco flavio.etru...@gmail.com: [...] Quick Search would be something that Lazarus seems to still be missing: search the identifier under the caret. Like in Visual Studio: Ctrl+F3 to search forwared and Ctrl+Shift+F3 backwards. Or with Experts: Ctrl+Alt+Down and

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Graeme Geldenhuys
2009/5/6 Mattias Gärtner nc-gaert...@netcologne.de: Or with Experts: Ctrl+Alt+Down and Ctrl+Alt+Up. I've always intended to implement this, but... .. but it was already there: http://wiki.lazarus.freepascal.org/Lazarus_IDE_Tools#Find_next_.2F_previous_word_occurrence Yet again you impress

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Mattias Gärtner
Zitat von Graeme Geldenhuys graemeg.li...@gmail.com: [...] Or with Experts: Ctrl+Alt+Down and Ctrl+Alt+Up. I've always intended to implement this, but... Me too! :) I used to use that a lot in Delphi 7 + GExperts. Ctrl+Alt+Up/Down is often used in linux for desktop switching. Mattias

Re: [Lazarus] OT, search and highlight[Re: IDE UI consolidation (was: Re: lfm as pascal)]

2009-05-06 Thread Graeme Geldenhuys
2009/5/6 Mattias Gärtner nc-gaert...@netcologne.de: Or with Experts: Ctrl+Alt+Down and Ctrl+Alt+Up. I've always intended to implement this, but... Me too! :)  I used to use that a lot in Delphi 7 + GExperts. Ctrl+Alt+Up/Down is often used in linux for desktop switching. I know, and that's