Author Topic: The 08 february 2006 build is out.  (Read 9530 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 08 february 2006 build is out.
« on: February 08, 2006, 08:00:02 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

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 08 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_08feb2006_rev1966_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Fixed Makefile.am in defwidgets directory (added wxsStdDialogButtonSizer)
  • Fixed bug of Export menu not showing the sub-menu

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)


Quetz

  • Guest
BUG?
« Reply #1 on: February 08, 2006, 10:10:20 pm »
I've discovered that there is a problem with national characters in comments in code. I know that at the bottom of the screen "iso-8859-1" is written, but....I don't know, but think there was no a problem like that in previous versions or maybe I just now noticed that (i'm using cb for a year).

All in all, I'm writing a html parser program that must find some words in html file and then react. Phrases that he (the parser) is looking for i store in a const table of strings. It looks strange when I see polish national chars  replaced with some strange chars from iso-8859-1. Then i'm asking myself whether the program gonna find all the words correctly in my national coding standard (iso-8859-2).

Best regards! Great job!
Quetz

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 08 february 2006 build is out.
« Reply #2 on: February 08, 2006, 10:15:31 pm »
Try "Edit->File encoding"...
Be patient!
This bug will be fixed soon...

Quetz

  • Guest
Re: The 08 february 2006 build is out.
« Reply #3 on: February 08, 2006, 10:22:26 pm »
Thank you Mandrav!

I didn't know about it. It's interesting. Is it possible to foce CB to save effects in Unicode?

Big thanks!
Quetz

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 08 february 2006 build is out.
« Reply #4 on: February 08, 2006, 11:32:40 pm »
Quote
Is it possible to foce CB to save effects in Unicode?

Not yet...
Be patient!
This bug will be fixed soon...