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 21 February 2007 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20070221_rev3631_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20070221_rev3631_Ubuntu6.xx.deb
http://prdownload.berlios.de/codeblocks/CB_20070221_rev3631_suse100-102.i586.rpm
http://prdownload.berlios.de/codeblocks/CB_20070221_rev3631_fc4+5.i586.rpm
Resolved Fixed:
- wxSmith:
* Added almost all missing icons into resource browser (still need some tweaking because of invalid background)
* wxsItem-derived classes may now set their custom icon in resource browser
* Switched to cbLoadBitmap when adding icons to resource tree - this fixes issues with invalid background
* Fixed handling of '\n' '\r' '\t' '\\' '_' and '__' in string properties
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)
The symbol table in Management Dialog is a bit crashed. (from 8/2/2007 nightly build). During I switch focus from different files, the "Current file symbols" will sometimes display nothing.
I need to re-activate the corresponding project, then switch the "View" to "Active Project Symbols", then back to "Current file symbols" in order to restore the expected symbols table.
Please help.
I'm using this build with OpenSUSE 10.2.
This particular build has frozen up on me several times. I didn't have that with the nightly builds from 2 or 3 weeks ago. It generally happens just clicking around in different code files. I wonder if some code completion stuff is getting stuck somewhere in an infinite loop.