News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 24 January 2007 build is out.

Started by killerbot, January 24, 2007, 07:55:26 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 24 January 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070124_rev3538_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070124_rev3538_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070124_rev3538_suse100+101.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070124_rev3538_fc4+5.i586.rpm (not yet)


Resolved Fixed:


  • Better support for not yet converted/unknown parts of wxSmith configuration in cbp file
  • Added wxSmith's configuration to project options dialog
  • KeyBinder 1.0.19 2007/01/23
    - Fixed: CB Plugins->ManagePlugins->disable plugin is completely re-building the menuBar at another address causing Keybinder to crash.
    - Fixed: CB Plugins->ManagePlugins->disable plugin is re-entering KeyBinders BuildMenu() routine causing crashes.
    - Re-initialize KeyBinder on next OnEditorOpen() when re-enabled by Plugin Manager
  • wxSmith:
    * Added all standard events (can handle paint, mouse and keyboard events right from wxDialog/wxFrame/wxPanel)
    * Fixed few bugs in events system
  • Fixed syntax highlighting when editor is in split-view mode
  • Fixed bug with editor windows not resizing when changing the size of other docked windows (linux platform).

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)


sethjackson


ctnd

Woo thanks for fixing the code highlighting for split mode! Lots of bug fixes on this release.  :D