News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 11 april 2006 build is out.

Started by killerbot, April 11, 2006, 07:49:42 PM

Previous topic - Next topic

killerbot

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)


artur

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.

Michael

Quote from: artur on April 12, 2006, 12:52:38 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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

artur

Quote from: Michael on April 12, 2006, 12:57:03 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

Michael

Quote from: artur on April 12, 2006, 01:05:48 PM
Quote from: Michael on April 12, 2006, 12:57:03 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
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

artur

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