Author Topic: The 15 february 2006 build is out.  (Read 10118 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 15 february 2006 build is out.
« on: February 15, 2006, 11:46:06 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 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)


Offline dronT78

  • Multiple posting newcomer
  • *
  • Posts: 51
Re: The 15 february 2006 build is out.
« Reply #1 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
« Last Edit: February 16, 2006, 09:42:41 am by dronT78 »

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 15 february 2006 build is out.
« Reply #2 on: February 16, 2006, 11:23:45 am »
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

Offline jimshen

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 15 february 2006 build is out.
« Reply #3 on: February 16, 2006, 12:00:44 pm »
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

  • Guest
Re: The 15 february 2006 build is out.
« Reply #4 on: February 16, 2006, 04:31:07 pm »
Wait for tonight's build or compile from SVN HEAD it is fixed AFAIK. See Michael's post. :)