Author Topic: The 21 february 2007 build is out.  (Read 9835 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 21 february 2007 build is out.
« on: February 21, 2007, 09:04:00 pm »
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)

« Last Edit: February 22, 2007, 07:54:50 am by killerbot »

Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 21 february 2007 build is out.
« Reply #1 on: February 21, 2007, 09:11:36 pm »
svn say v.3632 already  :D

LCsquare

  • Guest
Re: The 21 february 2007 build is out.
« Reply #2 on: February 22, 2007, 03:29:06 am »
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.

steveth45

  • Guest
Re: The 21 february 2007 build is out.
« Reply #3 on: March 02, 2007, 08:50:02 am »
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.