Author Topic: The 26 January 2006 build is out.  (Read 8695 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 January 2006 build is out.
« on: January 27, 2006, 01:11:17 am »
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
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

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


Resolved Fixed:

  • Changed notebook appearance icon
  • Added missing #includes
  • Replaced a few unnecessary wxString(someConstWxString) with someConstWxString
  • Decoupled the autorevision part from the rest of ConfigManager.
    The SDK still has to be re-linked to reflect revision number changes, unluckily.
    However, the compiler now only has to parse 575 bytes and two includes instead of 35,500 bytes and a dozen includes every time.
  • Default code is properly saved now.
  • Added new SDK event PROJECT_TARGETS_MODIFIED, fired whenever a target is added, deleted or modified, or when the order of targets is changed.
    The event is caught by the compiler plugin to update the toolbar target list.
  • Merged ym_gdb branch to trunk.
  • Fixed loading abbreviations
  • Fixed "Project->Build options" window which was broken since last branch merging
  • Removed hardcoding of number of images in settings dialogs
  • Added sdk/configurationpanel.cpp in project

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 tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 26 January 2006 build is out.
« Reply #1 on: January 27, 2006, 07:10:54 am »
known bug
+ Settings of Editor -> Codecompletion & class browser cannot be changed