News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Where is incremental search?

Started by Pod, January 01, 2010, 05:06:44 PM

Previous topic - Next topic

Pod

Hi,

I'm trying out Code::Blocks, but one thing that seems to be missing is Incremental Search? I use this a lot in vim/jedit and I would like to use it in Code::Blocks. A google search reveals that not only has someone asked this before, but that a plugin was made?

http://forums.next.codeblocks.org/index.php?topic=9289.30

Where has this gone? Or is it still present in Code::Blocks and I just can't find a way to activate it?


Thanks.

Jenna

Which version of C::B do you use ?

IncrementalSearch is part of the contrib-plugins, default shortcut is "Ctrl+I".

Pod

#2
Apologies are in order; Even before I read your reply I decided to look at the version, becasue the search is clearly mentioned in the manual. I was using 8.02 from 2008, which is available from http://www.codeblocks.org/downloads/binaries

Why are you guys promoting a 2 year old build?!

killerbot

actually we promote to download a nightly build ;-)

Pod

That's what I did in the end :)

Why are the nightly builds not on the download page?

Also:
The widget that contains the search bar has next and previous buttons, but I can't find keyboard equivilents of these? (F3 opens the Ctrl+F dialog :/). One of the major uses of incremental search is that the mouse isn't needed.

Jenna

If you are in the text-control, just use return to get the next occurrence.
You can not use F3 here, because it's bound to the "normal" search, which belongs to the C::B-core.

I will commit a change, that uses Shift+Return to jump to the previous occurence, soon.
If you select the regex-search (not yet in the manual) you can only jump to the next occurrence due to wxWidgets limitations.

Pod