Author Topic: The 11 april 2006 build is out.  (Read 10718 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 11 april 2006 build is out.
« on: April 11, 2006, 07:49:42 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 11 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060411_rev2337_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060411_rev2337_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060411_rev2337_fc4.rpm

Resolved Fixed:

  • wxSmith redesign:
    * Added wxsCorrector class which will correct invalid properties
    * Some other small fixes
  • DragScroll v0.22 2006/04/10 Added option to turn ListCtrl scrolling on/off. Turned Editor focus off by default. Listctrl scrolling off by default
  • KeyBinder v0.4.16 Added addition to Help to explain the inability to override Ctrl-Shift-N and like duplicate menu entries

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: April 12, 2006, 12:07:19 pm by killerbot »

artur

  • Guest
Re: The 11 april 2006 build is out.
« Reply #1 on: April 12, 2006, 12:52:38 pm »
Hello,
I've got problems with special characters in source files...
I've set Default encoding (Settings->Editor) on WINDOWS-1250 (I can't use Unicode in this project) and files opens correct, but when i saved it from C::B it had 0 bytes length :(
Am I doing something wrong?
Maybe it would be better to set default encoding separately on every project?

Thanks for Your help.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 11 april 2006 build is out.
« Reply #2 on: April 12, 2006, 12:57:03 pm »
but when i saved it from C::B it had 0 bytes length :(

Hello,

did you try with Edit-->File encoding?

Best wishes,
Michael

artur

  • Guest
Re: The 11 april 2006 build is out.
« Reply #3 on: April 12, 2006, 01:05:48 pm »
did you try with Edit-->File encoding?

Yes, It's fine with UTF-8, but I can't use it :(
When It's on System default I've got empty files.

Best wishes,
Artur

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 11 april 2006 build is out.
« Reply #4 on: April 12, 2006, 01:16:04 pm »
did you try with Edit-->File encoding?

Yes, It's fine with UTF-8, but I can't use it :(
When It's on System default I've got empty files.

Sorry, but I have not fully understood. You mean that you can open, but cannot save file encoded on WINDOWS-1250?

Best wishes,
Michael

artur

  • Guest
Re: The 11 april 2006 build is out.
« Reply #5 on: April 12, 2006, 01:34:56 pm »
Sorry, I've just reinstalled C::B and now it works.

Anyway, I think that it would be nice to could set different encoding to every project.

Thanks for help,
Artur