Author Topic: The 13 January 2006 build is out.  (Read 18853 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 13 January 2006 build is out.
« on: January 13, 2006, 11:25:28 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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z

The 13 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_13jan2006_rev1751_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • wxSmith : Fixed resource-clearing bug when importing xrc file, Removed debug log with blocking events called when events are already blocked (it's normal in some cases), No longer "Can not open..." dialog when opening xrc file, and some other fixes
  • Fixed the Cache loading bug in Code completion
  • Fixed notebooks' appearence not restoring correctly sometimes
  • Fixed linux build (broken in wxFlatNotebook)
  • Fixed saving XML documents (project, workspace, etc) in paths with unicode characters
  • Fix for creating new project at the root of the drive (e.g. C:\) (patch #1404309)
  • Updated CSS lexer keywords (patch #1402335)
  • Updated GLSL and CG lexer files (patch #1402156)
  • Find dialog now remembers the order of previous searches (patch #1382962)
  • Fixed error logging on import project failure (patch #1382521)
  • Removed invalid error message from MIME handler when user presses cancel in the open dialog (patch #1347533)
  • Added FLTK template (windows only) (patch #1339625)
  • Added SmartWin++ template (windows only) (patch #1341659) and updated all templates to the current version
  • Code to prepare for plugins' internationalization (patch #1344970)
  • Removed macro ugliness from sdk/settings.h and sdk/globals.h (patches #1403098 and #1403468)
  • Fixed project tree flickering when opening/closing a workspace (partially patch #1334208)
  • Replaced obsolete EDMAN() and PRJMAN() macros in exporter and wxSmith plugins
  • Fixed a compilation error (without PCH) in sdk/as/sc_wxstring.cpp
  • Fixed broken "Settings->Editor->Show spaces"
  • Fixed bug where on file close the "file modified, save?" dialog would appear twice, if the user clicked "no" the first time

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)


Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 13 January 2006 build is out.
« Reply #1 on: January 14, 2006, 02:35:09 pm »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 13 January 2006 build is out.
« Reply #2 on: January 14, 2006, 03:34:08 pm »
as it says in the fixes list ;-)

Offline artoj

  • Almost regular
  • **
  • Posts: 206
  • Location: Supporting my team
    • http://ajonsson.kapsi.fi/
Re: The 13 January 2006 build is out.
« Reply #3 on: January 14, 2006, 03:56:16 pm »
as it says in the fixes list ;-)

Yup, the bug needs to be closed though.

EDIT: Done.

I wasn't aware that I could mark the bug as closed/fixed.
« Last Edit: January 14, 2006, 03:58:54 pm by artoj »