Author Topic: New Class browser enhancements  (Read 16053 times)

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: New Class browser enhancements
« Reply #15 on: April 05, 2006, 11:26:29 am »
Should hopefully be fixed in r2305. Tiwag, can you confirm?
Be patient!
This bug will be fixed soon...

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: New Class browser enhancements
« Reply #16 on: April 05, 2006, 11:38:05 am »
Should hopefully be fixed in r2305. Tiwag, can you confirm?

just built and tested svn rev 2306 - no more crashes  :D

thanks Yiannis !

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: New Class browser enhancements
« Reply #17 on: April 07, 2006, 10:04:29 am »
just built and tested svn rev 2306 - no more crashes  :D
For me too! (I'm back now ;-))
Thanks a lot!!! Now I'm very interested in what exactly you've changed. I'll consult SVN change history for this.
Let's say with Tina Turners words: "You're simply the best." (which currently plays on my internet radio mystically...), ;-)
With regards, Morten.
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 mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: New Class browser enhancements
« Reply #18 on: April 07, 2006, 01:31:06 pm »
Now I'm very interested in what exactly you've changed. I'll consult SVN change history for this.

One of the recent symbols browser fixes, was to put the code that builds it in a separate thread (so the UI doesn't block anymore while rebuilding the symbols browser - mainly seen when saving files).
For this crash to be fixed, the builder thread needed to terminate on shutdown but it didn't have the chance. Now it has ;).
Be patient!
This bug will be fixed soon...