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

Automatic refreshing of Symbols Browser

Started by Locus, November 27, 2007, 06:20:15 PM

Previous topic - Next topic

Locus

Hi.

This is a feature which would make me consider C::B as good as MS Visual Studio.
Automatic refreshing of symbols while writing the code. I would say this is a critical thing for comfort of programming. Not to have to click "Re-parse now" anymore...

Well, in M$VC, this isn't always working perfectly, but this is why I've chosen it.

(at least my old version of C::B from August 16 2007 doesn't support it)

So, want you to become world's top-level IDE ?  :wink: :wink:

TeCNoYoTTa

this is why i registrated here and this is what i was searching for

i loved Code::blocks but this proplem made me upset

MortenMacFly

Files are being re-parsed when you save them. So probably you just need to save "more often". It would be technically possible to re-parse (within the current context) on each key-stroke but that doesn't make sense... at least to me. Most of the times it doesn't make sense to re-parse at all so it just uses a lot computing power for a very little benfit.
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]

Locus

Quote from: MortenMacFly on April 17, 2008, 09:29:46 PM
Files are being re-parsed when you save them.

Actually, reparsing while saving, that's enough! I don't ask more!
I didn't know it is working this way.

JGM

CTRL+S pretty easy and really useful not so hard .