News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Global Functions list is incomplete

Started by iretep, June 12, 2011, 03:41:00 PM

Previous topic - Next topic

iretep

Hi,

I am very happy with the overall performance of Code::Blocks and have been using it successfully to modify and rebuild some plugins I've written in C using Dev-cpp.

However, I have noticed one oddity regarding the Global Function list - it doesn't show the full set of functions that are present in the source code file - even after I've done a "Refresh Tree". Both Dev-cpp and Eclipse CDT show the complete list of functions when the same source code file is loaded, so it's either a deficiency in Code::Blocks or I have failed to set up or do something correctly.

Another, and perhaps related, issue that I'm having is that when I right-click on a function call and choose either of the options "Find declaration of:<some-function>" or "Find implementation of:<some-function>" I get the "Not found" warning pop up. Note that only "Find occurences of:<some-function>" works out of all the options available, presumably, because that is just a straight forward string search.

Any help and advise would be gratefully received.

Kind regards,
Peter

MortenMacFly

Quote from: iretep on June 12, 2011, 03:41:00 PM
Any help and advise would be gratefully received.
Hard to tell until you strip your sources and send a minimal sample to reproduce (if full sources are OK, do this). Also, you did no say anything about platform/version. Did you try a nightly? Is the bug there, too?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

iretep

Quote from: MortenMacFly on June 12, 2011, 04:08:22 PM
Quote from: iretep on June 12, 2011, 03:41:00 PM
Any help and advise would be gratefully received.
Hard to tell until you strip your sources and send a minimal sample to reproduce (if full sources are OK, do this). Also, you did no say anything about platform/version. Did you try a nightly? Is the bug there, too?

Thanks for the quick response. I've sent you a PM with source code and the other information you requested.

Regards,
Peter