News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 12 february 2006 build is out.

Started by killerbot, February 12, 2006, 11:38:58 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 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)


assiss


mmebane

Quote from: assiss on February 13, 2006, 02:55:36 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

Quote from: mmebane on February 13, 2006, 04:57:32 AM
Quote from: assiss on February 13, 2006, 02:55:36 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

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).

killerbot


tiwag


rex

#7
Quote from: killerbot 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
  - 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.

rex

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!

thomas

Quote from: rex on February 13, 2006, 02:17:51 PMcould 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."

rex

Quote from: thomas on February 13, 2006, 02:50:14 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)

mmkider

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.

killerbot

build is now also on berlios (with an extra underscore at the end)