Code::Blocks Forums

User forums => Help => Topic started by: eli2k on July 25, 2006, 09:29:28 pm

Title: function/method browser
Post by: eli2k on July 25, 2006, 09:29:28 pm
Does CodeBlocks have a plugin or feature to list all functions on the side-panel, and jump to that function when you click on it? I'm handling a large chunk of code and this may make things a little easier.

Thanks,
- Eli
Title: Re: function/method browser
Post by: Ceniza on July 25, 2006, 10:09:24 pm
The most similar thing is CodeCompletion (tab Symbols) and it lists many more things.
Title: Re: function/method browser
Post by: eli2k on July 25, 2006, 10:34:30 pm
Thanks. That looks like what I am looking for.
Title: Re: function/method browser
Post by: tiwag on July 26, 2006, 08:09:26 am
Thanks. That looks like what I am looking for.

Maybe you want to try  " Search->Goto function   Ctrl-Alt-G "    too ?

it shows a very nice function browser too, just type any chars you can remember of the name of the searched function
and the collection will be reduced to show only functions which contain the typed string ...

very fast and handy ...

Title: Re: function/method browser
Post by: kidmosey on July 26, 2006, 10:01:00 am
Maybe you want to try  " Search->Goto function   Ctrl-Alt-G "    too ?

That is pretty nice.  Too bad it isn't sorted.  Still, it's loads easier than searching the symbols tree.