User forums > Nightly builds

The 24 february 2007 build is out.

(1/2) > >>

killerbot:
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw26_gcc_cb_wx2.6.3p2.7z

The 24 February 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070224_rev3639_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070224_rev3639_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070224_rev3639_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070224_rev3639_fc4+5.i586.rpm (not yet)


Resolved Fixed:


* wxSmith:
* Added wxsResourceFactory::OnAttach / wxsResourceFactory::OnRelease to make initialization / destruction in proper time
* Added unregistering of WxsAddWxExtensions function from squirrel
* Fixed typo in string property
* Added wxStatusBar
* Replaced few communicates from _T() to _() in wxsMenuBar class
* Fixed handling of negative integers in Codef(...) functions
* Fixed bug preventing wxStdDialogButtonSizer from being created. Thanks to wxLearner

* KeyBinder 1.0.31 2007/02/23
- Allow override of predefined menu accelerators set in Main.cpp
- Use cbKeyBinder##.ini file when in executable folder
Regressions/Confirmed/Annoying/Common bugs:


* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

Grom:
I like especially wxSmith progress all nothing looks the same... :P Thanks BYO.

Ptomaine:
killerbot, please. Could you or someone on earth provide x86_64 SuSE Linux 10.2 builds?
Unfortunately, I'm not able to build C::B from SVN, because of the following error:

./bootstrap (goes Ok)
./configure --enable-contrib (emits the following error)
...

--- Quote ---checking whether to build the contrib plugins... yes
checking if the compiler supports precompiled headers... yes
checking for pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK2... yes
checking for wx-config... /usr/local/bin/wx-config
checking for wxWidgets version >= 2.6.0... yes (version 2.8.0)
checking for wxWidgets static library... no
configure: Configuring Code::Blocks...
configure: SVN revision trunk-r3639 (2007-02-23 23:40:54)
configure: creating ./config.status
.infig.status: error: cannot find input file: Makefile
--- End quote ---

indigo0086:
I was wondering is there a way to group class members in the resource list by public/private, and type (constructor/destructer, functions, members) etc?

MathStuf:
Yes, I would also like to see the same as the post above. I remember it being in 1.0RC2 where classes, enumerations, functions, variables, and other things inside of namespaces were categorized, but that disappeared in the SVN builds. It also seems that the scope of searching for TODO items in the TODO panel isn't saved with the layout. Is there a way that could be saved as well?

In addition, I would like to suggest the addition of a new AStyle option that deals with the way preprocessor directives are formatted. Currently, indented directives are all shoved over to the left. Is there a way to format it so that the # is on the left and indentation is inserted so that the actual command is closer to what it applies to? An example could be:

#   ifdef SOMETHING
     // do some stuff
#   endif

Navigation

[0] Message Index

[#] Next page

Go to full version