Author Topic: The 12 february 2006 build is out.  (Read 16864 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
The 12 february 2006 build is out.
« on: February 12, 2006, 11:38:58 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 12 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060212_rev1992_win32_.7z
  - Windows : (alternative url) http://users.pandora.be/lieven.de.cock/CodeBlocks/NightlyBuilds/CB_20060212_rev1992_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Fixed a warning with gcc 4.x (patch #818)
  • Fixed problem when some macros were used in user tools. They would stay out of sync when the project had changed
  • Fixed i18n issue with unicode (patch #819)
  • Patch #823 : Some modifications for compiling under MaxOS X
  • Bug fix for using cpp comment style for "to do" when "Exactly where caret is now" option is chosen (optional validation in case in the middle of a line of code) (bug 1420491)
  • Fix for debugger's run-to-cursor inside a debugging session

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)

« Last Edit: February 13, 2006, 06:48:55 pm by killerbot »

assiss

  • Guest
Re: The 12 february 2006 build is out.
« Reply #1 on: February 13, 2006, 02:55:36 am »
can you supply a wxmsw26u_gcc_cb.dll ?

Offline mmebane

  • Multiple posting newcomer
  • *
  • Posts: 33
Re: The 12 february 2006 build is out.
« Reply #2 on: February 13, 2006, 04:57:32 am »
can you supply a wxmsw26u_gcc_cb.dll ?

See the second line of the post. You will need 7-Zip or a recent version on WinRAR to extract it.

assiss

  • Guest
Re: The 12 february 2006 build is out.
« Reply #3 on: February 13, 2006, 05:30:08 am »
can you supply a wxmsw26u_gcc_cb.dll ?

See the second line of the post. You will need 7-Zip or a recent version on WinRAR to extract it.

I can't download the file. Maybe the server is broken.

rr

  • Guest
Re: The 12 february 2006 build is out.
« Reply #4 on: February 13, 2006, 05:39:01 am »
I think the poster was asking for wxmsw26u_gcc_cb.dll download options, not unpack options.
I have the same problem because the download.berlios.de host does not respond, and because
at the alternative location the non-unicode build of wxWidgets is present, not the unicode one
(missing u in the file name).

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 12 february 2006 build is out.
« Reply #5 on: February 13, 2006, 07:45:25 am »
you can now also find the wx dll for unicode at the alternative location :

http://users.pandora.be/lieven.de.cock/CodeBlocks/NightlyBuilds/wxmsw26u_gcc_cb.7z

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: The 12 february 2006 build is out.
« Reply #6 on: February 13, 2006, 09:27:00 am »
berlios is online again  :D

Offline rex

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 12 february 2006 build is out.
« Reply #7 on: February 13, 2006, 02:01:56 pm »
you can now also find the wx dll for unicode at the alternative location :

http://users.pandora.be/lieven.de.cock/CodeBlocks/NightlyBuilds/wxmsw26u_gcc_cb.7z
  - Windows : (alternative url) http://users.pandora.be/lieven.de.cock/CodeBlocks/NightlyBuilds/CB_20060212_rev1992_win32.7z
  - Linux : not supported yet

Great! it's work.
« Last Edit: February 14, 2006, 01:25:36 pm by rex »

Offline rex

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 12 february 2006 build is out.
« Reply #8 on: February 13, 2006, 02:17:51 pm »
could you add file encode setting?
C::B alway open source file with ISO-8859-1,but i need open it with windows-936.

thank you!

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 12 february 2006 build is out.
« Reply #9 on: February 13, 2006, 02:50:14 pm »
could you add file encode setting?
C::B alway open source file with ISO-8859-1,but i need open it with windows-936.
Files are opened using the default encoding. This is what some people call a "fix" for the wxScintilla Unicode problem. It is really not a fix, but it nevertheless avoids some problems for east Asian people, and it matters little for those using Western encodings.

There is an option to change the encoding for individual editors, but only between various Unicode formats and the system default, not specific local encodings.

If you set your default encoding to windows-936, then it should work (supposed that code page is supported by wxScintilla).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline rex

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 12 february 2006 build is out.
« Reply #10 on: February 13, 2006, 04:45:31 pm »

If you set your default encoding to windows-936, then it should work (supposed that code page is supported by wxScintilla).
my os defaulte encoding is windows-936(WinXp,SimChinese).
if i click "menu"->edit->file encoding->system default ,wxScintilla will display file with windows-936.

so,i think.just add one option(force open file with default encoding)

Offline mmkider

  • Almost regular
  • **
  • Posts: 150
Re: The 12 february 2006 build is out.
« Reply #11 on: February 13, 2006, 06:14:57 pm »
I agree  with rex to force open file with default encoding.
I swith file encoding to system default,and I touch astyle plugin that work well.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: The 12 february 2006 build is out.
« Reply #12 on: February 13, 2006, 06:47:40 pm »
build is now also on berlios (with an extra underscore at the end)