Author Topic: Automatic refreshing of Symbols Browser  (Read 4079 times)

Offline Locus

  • Single posting newcomer
  • *
  • Posts: 3
Automatic refreshing of Symbols Browser
« 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:

TeCNoYoTTa

  • Guest
Re: Automatic refreshing of Symbols Browser
« Reply #1 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Automatic refreshing of Symbols Browser
« Reply #2 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Locus

  • Single posting newcomer
  • *
  • Posts: 3
Re: Automatic refreshing of Symbols Browser
« Reply #3 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.

Offline JGM

  • Lives here!
  • ****
  • Posts: 518
  • Got to practice :)
Re: Automatic refreshing of Symbols Browser
« Reply #4 on: April 18, 2008, 01:35:31 am »
CTRL+S pretty easy and really useful not so hard .