News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 31 March 2007 build is out.

Started by killerbot, March 31, 2007, 11:29:45 PM

Previous topic - Next topic

killerbot

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)


afb


indigo0086

#2
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.

bereng

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

Biplab

Settings > Editor > Margins and caret and change the caret colour there.
Be a part of the solution, not a part of the problem.

bereng

Ohhh!

thank you so much!!

Much better now.