Get quick announcements through the RSS feed
http://www.codeblocks.org/nightly/CodeBlock_RSS.xmlA link to the unicode windows wxWidget dll for Code::Blocks :
http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7zFor those who might need this one (when no MingW installed on your system) : the mingw10m.dll :
http://download.berlios.de/codeblocks/mingwm10.7zFor support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks :
http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z The 26 January 2006 build is out.
- Windows :
http://download.berlios.de/codeblocks/CB_26jan2006_rev1879_win32.7z - Linux : not supported yet
Resolved Fixed:
- Changed notebook appearance icon
- Added missing #includes
- Replaced a few unnecessary wxString(someConstWxString) with someConstWxString
- Decoupled the autorevision part from the rest of ConfigManager.
The SDK still has to be re-linked to reflect revision number changes, unluckily.
However, the compiler now only has to parse 575 bytes and two includes instead of 35,500 bytes and a dozen includes every time. - Default code is properly saved now.
- Added new SDK event PROJECT_TARGETS_MODIFIED, fired whenever a target is added, deleted or modified, or when the order of targets is changed.
The event is caught by the compiler plugin to update the toolbar target list. - Merged ym_gdb branch to trunk.
- Fixed loading abbreviations
- Fixed "Project->Build options" window which was broken since last branch merging
- Removed hardcoding of number of images in settings dialogs
- Added sdk/configurationpanel.cpp in project
Regressions/Confirmed/Annoying/Common bugs:
- DDE bug : clicking in windows explorer on a CB registered file throws an error message box
- toolbar-images-not-changing-state (is a wx problem)