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
The most similar thing is CodeCompletion (tab Symbols) and it lists many more things.
Thanks. That looks like what I am looking for.
Quote from: eli2k on July 25, 2006, 10:34:30 PM
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 ...
Quote from: tiwag on July 26, 2006, 08:09:26 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.