Author Topic: The 02 June 2006 build is out.  (Read 9693 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 02 June 2006 build is out.
« on: June 02, 2006, 09:55:21 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
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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 02 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060602_rev2523_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060602_rev2523.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060602_rev2523_fc4+5.rpm


Resolved Fixed:

  • Updated wxPdfDocument to 0.7
  • Updated Makefile.am for Source Exporter
  • * Updated AStyle to version 1.17 (25-May-2006).
    * Updated the project files, Makefile.am and plugin itself accordingly.
    * ASStreamIterator is back

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: June 03, 2006, 02:12:45 pm by killerbot »

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 02 June 2006 build is out.
« Reply #1 on: June 03, 2006, 03:26:57 am »
I just copied the share-dir, the dll's and the exe to my current C::B dir and override the old ones.

If I started C::B then it forgot some settings (editor, color-settings) etc.

Where does C::B (nigthly, WinXP, unicode) store such settings? How can save them and migrate them to the new nigthly version?

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 02 June 2006 build is out.
« Reply #2 on: June 03, 2006, 09:39:01 am »
drive:\Documents and Settings\<user>\Application Data\codeblocks

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 02 June 2006 build is out.
« Reply #3 on: June 03, 2006, 09:42:16 am »
your settings are stored in the application settings subdir of your profile (docs and sets). Subdir codeblocks : in the file default.conf.

Strange that it would no longer use some settings. Since in the last nightly no code to such a matter has been changed.

2 plug-ins have been changed last night : Exporter and AStyle. Maybe it is because of Astyle. COuld you try again with yesterday's build assuming that was your previous build ?

If things are back ok with your previous build, you could try the latest nightly again, put in the shared directories (in one of it's subdirs) you could replace the astyle dll with your older nightly version's one to see how things work then.

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2770
Re: The 02 June 2006 build is out.
« Reply #4 on: June 03, 2006, 03:27:43 pm »

Strange that it would no longer use some settings. Since in the last nightly no code to such a matter has been changed.


This happens to me occasionally when I miss a few svn updates.
On updating to 2509 from a 24xx I lost my custom color settings.

It's wierd. But easily fixed. I just re-entered the settings. Everyting works ok.