Author Topic: The 31 March 2007 build is out.  (Read 13120 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 31 March 2007 build is out.
« on: March 31, 2007, 11:29:45 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 31 March 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070331_rev3803_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070331_rev3803_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070331_rev3803_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070331_rev3803_fc4+5.i586.rpm (not yet)


Resolved Fixed:

  • wxSmith: Fixed some bugs with default size for wxDialog and wxFrame
  • * KeyBinder 1.0.24 2007/03/31
    - Remove dynamic merge from OnRelease() to avoid recording CB core menu deletions
    - Reinstate Menu UpdateByLabel when UpdateByID fails
    - First half of fix for missing menu items
  • use versions for D's defines (Bug #10658)
  • wxMac: fix large toolbar icons (Bug #10785)

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: April 01, 2007, 09:43:52 am by killerbot »

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: The 31 March 2007 build is out.
« Reply #1 on: April 01, 2007, 09:55:19 am »

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 31 March 2007 build is out.
« Reply #2 on: April 03, 2007, 03:44:08 pm »
I have a question about virtual folders.  When I add lets say two files for a class, a *.cpp and *.h file Into a virtual folder it stays in there fine.  But when I restarte C::B it creates two copies of the virtual folder, one in the source directory and header directory in the file tree, which defeats the purpose of a virtual folder.  Is there an option to fix it so that What I put in a folder stays in that one folder always?

edit, Ok I found out how, maybe there could be a "categorize by file types, except for virtual folders" option.
« Last Edit: April 03, 2007, 03:52:13 pm by indigo0086 »

bereng

  • Guest
Re: The 31 March 2007 build is out.
« Reply #3 on: April 04, 2007, 02:57:57 pm »
Cursor blinks by changing color between black and background color.

If you set black as your background color -> between black and black -> cursor is invisible.

Veeeeeery annoying.

Thanks

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 31 March 2007 build is out.
« Reply #4 on: April 04, 2007, 05:06:44 pm »
Settings > Editor > Margins and caret and change the caret colour there.
Be a part of the solution, not a part of the problem.

bereng

  • Guest
Re: The 31 March 2007 build is out.
« Reply #5 on: April 06, 2007, 11:17:06 am »
Ohhh!

thank you so much!!

Much better now.