News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 21 december 2006 build will NOT be out.

Started by killerbot, December 21, 2006, 06:56:57 PM

Previous topic - Next topic

killerbot


Trikko

#1
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?)

indigo0086

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.