News:

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

Main Menu

The 15 february 2006 build is out.

Started by killerbot, February 15, 2006, 11:46:06 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 15 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060215_rev2013_win32.7z
  - Linux : not supported yet


Resolved Fixed:


  • Digital Mars compiler : removed some wrong linker options, added those 2 wrong options as selectable compiler options (bug 1385424)
  • Patch #834 : Integrates internationalisation into environment dialog
  • Fixed "Start here" page synchronization issues with recent projects/files history
  • Added configuration option (Environment->General) for the icons size in settings dialogs. Currently allows large icons (default) and no icons at all (just text)
  • Image update
  • Fixed file associations for new icons

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)


dronT78

#1
How to force "Edit->FileEncoding->System Default" when open files.
I need this because i lost my source files when compiling (size = 0!) and when use
Source Code Formatter (Astyle)
With "System Default" encoding all is OK
All my comments written in Russian and default encoding Windows-1251
Chinese and Japanese support is also installed
OS WinXP SP2 Prof

Michael

It should come with rev2014:

Quote
* Changed default encoding for opening files to system's default.

So probably with the nightly build of today :).

Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

jimshen

Quote from: dronT78 on February 16, 2006, 09:20:57 AM
How to force "Edit->FileEncoding->System Default" when open files.
I need this because i lost my source files when compiling (size = 0!) and when use
Source Code Formatter (Astyle)
With "System Default" encoding all is OK
All my comments written in Russian and default encoding Windows-1251
Chinese and Japanese support is also installed
OS WinXP SP2 Prof

I also encounter this problem. I want to select C:B as IDE for teaching C programming.

sethjackson

Wait for tonight's build or compile from SVN HEAD it is fixed AFAIK. See Michael's post. :)