Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Locus on November 27, 2007, 06:20:15 pm

Title: Automatic refreshing of Symbols Browser
Post by: Locus on November 27, 2007, 06:20:15 pm
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:
Title: Re: Automatic refreshing of Symbols Browser
Post by: TeCNoYoTTa on April 17, 2008, 08:33:19 pm
this is why i registrated here and this is what i was searching for

i loved Code::blocks but this proplem made me upset
Title: Re: Automatic refreshing of Symbols Browser
Post by: MortenMacFly on April 17, 2008, 09:29:46 pm
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.
Title: Re: Automatic refreshing of Symbols Browser
Post by: Locus on April 17, 2008, 10:08:21 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.
Title: Re: Automatic refreshing of Symbols Browser
Post by: JGM on April 18, 2008, 01:35:31 am
CTRL+S pretty easy and really useful not so hard .