Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: MortenMacFly on August 24, 2006, 11:41:13 am

Title: Symbol browser weired with C::B project
Post by: MortenMacFly on August 24, 2006, 11:41:13 am
Please have a look here:
(http://img237.imageshack.us/img237/8910/symbrowserbugxd9.png) (http://imageshack.us)
This happens, when I have the C::B project open and use CC. My settings are to parse "everything" (local, global includes and preprocessor directives) and to parse the current file's symbols only. All i did was opening the C::B project and opening the cbproject.cpp file then. Anybody that is able to reproduce?
With regards, Morten.
(Revision 2891 on Windows.)
Title: Re: Symbol browser weired with C::B project
Post by: tiwag on August 24, 2006, 11:44:54 am
yes, saw it too ;)
Title: Re: Symbol browser weired with C::B project
Post by: mandrav on August 24, 2006, 12:02:55 pm
A fix is under way...
Title: Re: Symbol browser weired with C::B project
Post by: tiwag on August 24, 2006, 04:53:07 pm
sorry, but rev 2892 didn't fix this issue
Title: Re: Symbol browser weired with C::B project
Post by: MortenMacFly on August 24, 2006, 09:55:25 pm
sorry, but rev 2892 didn't fix this issue
Well, for me it did...?! :shock:
BTW: Thanks! ;-)
Title: Re: Symbol browser weired with C::B project
Post by: tiwag on August 25, 2006, 07:45:28 am
sorry, but rev 2892 didn't fix this issue
Well, for me it did...?! :shock:
BTW: Thanks! ;-)

really, it did ?  :shock:
did you change some other settings too ???

look what i get with CB rev 2892, it's the same as before ...  :shock:
(http://img201.imageshack.us/img201/1197/cbsymbolbrowser2892ud8.th.png) (http://img201.imageshack.us/my.php?image=cbsymbolbrowser2892ud8.png)
i'm obviously doing something wrong

Title: Re: Symbol browser weired with C::B project
Post by: tiwag on August 25, 2006, 04:34:14 pm
@Yiannis
thx for the updates in rev 2898    :D

another problem occurred

CB crashes always if there is no *.layout file existing ! (and the CC plugin is enabled)

Title: Re: Symbol browser weired with C::B project
Post by: mandrav on August 25, 2006, 05:34:46 pm
@Yiannis
thx for the updates in rev 2898    :D

another problem occurred

CB crashes always if there is no *.layout file existing ! (and the CC plugin is enabled)



Ah! So that's why!
Lieven is having these crashes constantly and I don't know where to look for (doesn't crash here, *at all*). Thanks for the pointer :)
Title: Re: Symbol browser weired with C::B project
Post by: mandrav on August 25, 2006, 06:13:07 pm
...and ofcourse it had nothing to do with the actual .layout file (how could it?) :).
Fixed in r2899.

Lieven, does this fix your crashes too?
Title: Re: Symbol browser weired with C::B project
Post by: tiwag on August 25, 2006, 08:49:22 pm
...and ofcourse it had nothing to do with the actual .layout file (how could it?) :).
Fixed in r2899.

but the crash was definitely reproducible by deleting or renaming the *.layout file - no jokes !