User forums > Nightly builds

The 25 September 2010 build (6634) is out.

<< < (2/5) > >>

MortenMacFly:

--- Quote from: jens on September 28, 2010, 10:33:42 am ---Folding depth limit is not (yet) tested, because I don't know what it should do.

--- End quote ---
IMHO it controls if you fold sub-fold elements, too. E.g. folding the following code actually folds two times: The inner if and the outer if.

--- Code: ---if (blah)
{
  if (blubb)
  {
    // ...
  }
}

--- End code ---

xawari:
Great to see so many wxSmith additions!  :D

BTW, are you planning to move to wxWidgets 2.9.1 in near future?
(I ask because I'm about to start a large project and really want it to be up-to-date so I wonder if C::B and, especially, wxSmith will be wxWidgets 2.9.1 compatible)

Jenna:

--- Quote from: MortenMacFly on September 28, 2010, 10:42:33 am ---
--- Quote from: jens on September 28, 2010, 10:33:42 am ---Folding depth limit is not (yet) tested, because I don't know what it should do.

--- End quote ---
IMHO it controls if you fold sub-fold elements, too. E.g. folding the following code actually folds two times: The inner if and the outer if.

--- End quote ---

Thank you, just tested and it works also.

The other issues should be fixed in svn r6651 .

laokai134:
How to hide title bar, but not use the Full screen mode?

MortenMacFly:

--- Quote from: xawari on September 28, 2010, 11:12:19 am ---BTW, are you planning to move to wxWidgets 2.9.1 in near future?

--- End quote ---
As this is not an official release but a developer release (a.k.a. as "may contain bugs" and "not recommended for production"), we won't most likely. Once this becomes official we might.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version