Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on December 21, 2006, 06:56:57 pm

Title: The 21 december 2006 build will NOT be out.
Post by: killerbot on December 21, 2006, 06:56:57 pm
no commits
Title: Re: The 21 december 2006 build will NOT be out.
Post by: Trikko on December 22, 2006, 12:34:45 am
A few questions on futures plan:

Is it planned a re-organization of folders and files under cb main folder?
For example if they are not used anymore why on nightly build are there the old-style templates?
I think the folder tree should be rebuilded, shoudln't it?

What about wxAuiNotebook vs wxFlatNotebook?

edit: every time i update a nightly build i lose my custom wxWidgets multi-compiler wizard, can't you move wizards in an external folder (with settings in documents folder?)
Title: Re: The 21 december 2006 build will NOT be out.
Post by: indigo0086 on December 22, 2006, 03:37:35 pm
I was also wondering, is there a way for the symbol browser to combine the implementation and declaration of class functions when the parameters for the declaration doesn't have a name and the implementation does.  For example in a class Foo.  A function is declared as void bar(int, Foo*);  and the implementation is void bar(int a, Foo* b)... the symbol browser would show the two different labels even though they refer to the same function.