Author Topic: The 07 January 2007 build is out.  (Read 11252 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 07 January 2007 build is out.
« on: January 07, 2007, 06:37:44 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.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 07 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070107_rev3464_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070107_rev3464_Ubuntu6.06.deb
         http://prdownload.berlios.de/codeblocks/CB_20070107_rev3464_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070107_rev3464_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • bug fix : [ Bug #9850 ] "build/select target" does not update "Build target" combo

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: January 07, 2007, 08:25:58 pm by killerbot »

Offline cstudent

  • Almost regular
  • **
  • Posts: 159
    • Cstudent's Help Desk
Re: The 07 January 2007 build is out.
« Reply #1 on: January 07, 2007, 09:08:25 pm »
Ubuntu 6.10 (Edgy) build here.

pvnhome

  • Guest
Re: The 07 January 2007 build is out.
« Reply #2 on: January 08, 2007, 12:04:52 pm »
Hi! Thank you for great work!  :)

In CB_20061224_rev3421_win32 I have following command line for resource compiler:

rc.exe /ID:\CPP\wxWidgets_2_8_0\include /ID:\CPP\MS2005\VC\include /ID:\CPP\MS2005\VC\PlatformSDK\Include  -foDebug\src\netcommander.res src\netcommander.rc

After upgrade to CB_20070107_rev3464_win32 command line is

rc.exe /ID:\CPP\wxWidgets_2_8_0\include /ID:\CPP\MS2005\VC\include /ID:\CPP\MS2005\VC\PlatformSDK\Include  -foDebug\src\netcommander.obj src\netcommander.rc

I think this is a bug.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 07 January 2007 build is out.
« Reply #3 on: January 08, 2007, 01:03:36 pm »
Fix committed.
Be patient!
This bug will be fixed soon...

Offline sque

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 07 January 2007 build is out.
« Reply #4 on: January 08, 2007, 03:58:29 pm »
Nice to see new things. :D Keep up good work!

(@mandrav XRONIA POLLA!!! :D Oti epithymeis k elpizw mas keraseis mia kainouria RC se ligo kairo :P )
Tell me a bug and I 'll tell you two  :twisted:

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 07 January 2007 build is out.
« Reply #5 on: January 08, 2007, 04:42:50 pm »
I noticed that sometimes when I start up Code::Blocks, it just doesn't focus or show in the task bar until you alt+tab it to focus.

mscava

  • Guest
Re: The 07 January 2007 build is out.
« Reply #6 on: January 08, 2007, 04:56:15 pm »
I noticed that sometimes when I start up Code::Blocks, it just doesn't focus or show in the task bar until you alt+tab it to focus.
I can confirm this...

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 07 January 2007 build is out.
« Reply #7 on: January 08, 2007, 05:42:20 pm »
Also will there be a way to add in the Source Formatter to add an indent after you press enter after a public: or private: keyword?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 07 January 2007 build is out.
« Reply #8 on: January 08, 2007, 06:03:01 pm »
Also will there be a way to add in the Source Formatter to add an indent after you press enter after a public: or private: keyword?

Post a feature request at Berlios. This has nothing to do with the source formatter but with the simple formatting-as-you-type we have embedded in the editor.
Be patient!
This bug will be fixed soon...

Offline Phatency

  • Multiple posting newcomer
  • *
  • Posts: 65
Re: The 07 January 2007 build is out.
« Reply #9 on: January 09, 2007, 12:37:00 am »
I noticed that sometimes when I start up Code::Blocks, it just doesn't focus or show in the task bar until you alt+tab it to focus.
I can confirm this...
For me it has always been because it popups that compiler detection dialog.  Quite general problem in windows (at least for me)