Author Topic: The 21 december 2006 build will NOT be out.  (Read 6558 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 21 december 2006 build will NOT be out.
« on: December 21, 2006, 06:56:57 pm »
no commits

Trikko

  • Guest
Re: The 21 december 2006 build will NOT be out.
« Reply #1 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?)
« Last Edit: December 22, 2006, 12:30:05 pm by Trikko »

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 21 december 2006 build will NOT be out.
« Reply #2 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.