User forums > Using Code::Blocks
static symbols from C files
ollydbg:
Ok, you image another pic by Niraj show much clear idea.
--- Quote ---Currently what we have is a drop down list, from which we have to select whether we want local or global symbols.
--- End quote ---
Yes, currently, CC show this way, but I'm quite convenient about this way.
Have you ever see the Codecompletion's toolbar? it always show the local symbols(mostly functions) of the current file. So, I think you can let the symbol browser showing the global symbols, then view the local symbols of the current file through Codecompletion's toolbar. :D
niraj:
Thanks for response.
Is it feasible to modify code by myself for this feature? Will it be trivial or too complex?
Thanks
Niraj
ollydbg:
--- Quote from: niraj on May 13, 2011, 03:21:41 pm ---Thanks for response.
Is it feasible to modify code by myself for this feature? Will it be trivial or too complex?
Thanks
Niraj
--- End quote ---
From my point of view, modifying the cc's source code on symbol browser is like building a wxWidgets tree structure.
Did you familiar with the source?
It is mostly here:
src\plugins\codecompletion\classbrowserbuilderthread.cpp
You can try to read it and check whether it is difficult for you. :D
Navigation
[0] Message Index
[*] Previous page
Go to full version