Author Topic: The 26 february 2006 build is out. (UNICODE and ANSI !!!)  (Read 15157 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« on: February 26, 2006, 07:02:42 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 26 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32.7z
  - Windows (ANSI): http://download.berlios.de/codeblocks/CB_20060226_rev2084_win32_ansi_.7z
  - Linux : not supported yet


Resolved Fixed:

  • Added debian folder for .deb creation
  • Fix for compiler options dialog in 120 dpi
  • Fixed some View menu items not working in linux (Manager, Open files
    and Fullscreen)
  • Fixed default EOL mode to be defined correctly under each
    platform
  • Improved filenames handling

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)
  • there are several issues with Code Completion (is being redesigned : work in progress)


Offline arnix

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #1 on: February 26, 2006, 10:13:37 pm »
Hi, when I write something in unicode in the source code and save the file it becomes 0 bytes. I don't know it's CodeBlocks or Scintilla bug, here is the string which contains unicde letters, when I delete these 3 letters everything goes well, when I write even one such letter and try to save the *.cpp file it becomes 0 bytes length... Thank you.

_tprintf(_T("%s"), _T("Այո"));

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #2 on: February 26, 2006, 10:25:34 pm »
check your File encoding settings

Offline arnix

  • Single posting newcomer
  • *
  • Posts: 5
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #3 on: February 26, 2006, 10:50:57 pm »
check your File encoding settings

Ah, thank you.
Anyway, I think it would be "logically more right" if it could automatically detect non ASCII characters and ask what to do.

P.S.
Do you know if it is ISO standard compatible UTF-8 or UNICODE source files with BOM? In other words, do all popular compilers support such files? Thank you once more.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #4 on: February 26, 2006, 11:24:47 pm »
now that's out of my league, I just knew it is often a cause of problems.
Yiannis, Thomas to the rescue please (they know all about this) ...  :mrgreen:

Offline Conan Kudo

  • Multiple posting newcomer
  • *
  • Posts: 111
    • Enano CMS Project
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #5 on: February 27, 2006, 03:16:27 am »
You know how the wx-not-changing-state problem was for some of the buttons.... Uhh, well, the ANSI build for Windows 9x does not have this problem..... :shock: It may be a unicode wx problem! The ANSI build on Windows 98 did not have the problem, the stop debugging icon was greyed out like it was supposed to...

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #6 on: February 27, 2006, 03:59:54 am »
You know how the wx-not-changing-state problem was for some of the buttons.... Uhh, well, the ANSI build for Windows 9x does not have this problem..... :shock: It may be a unicode wx problem! The ANSI build on Windows 98 did not have the problem, the stop debugging icon was greyed out like it was supposed to...
Unless something pertinent was changed between 2083 and 2084, it's still present in the ANSI build running under WinXP.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

artur

  • Guest
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #7 on: February 27, 2006, 10:31:25 am »
Hi, I found new bug in this build (I didn't noticed it in previews). When I click Settings->Editor following message shows up:

10:06:52: No handler found for XML node 'object', class 'sizeritem'!
10:06:52: No handler found for XML node 'object', class 'sizeritem'!

I'm using Windows UNICODE version in WindowsXP.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #8 on: February 27, 2006, 10:34:40 am »
Hello,

Yes, I can confirm these bugs. I have compiled C::B rev2084 myself with GCC4.1.0 and wxWidgets 2.6.3-RC1.

Best wishes,
Michael

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #9 on: February 27, 2006, 10:36:57 am »
Yes ,I have it too.

takeshimiya

  • Guest
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #10 on: February 27, 2006, 01:14:00 pm »
:shock: O.o, I'm hoping no-one used wxSmith for adding wxStdDialogButtonSizers in XRC mode. I've implemented the c++ output, but not the xrc output, because I didn't know wxSmith internals enough (and as byo said the recode was coming. BTW I told him that xrc output was not implemented).

Look at the todo's in src\plugins\contrib\wxSmith\defwidgetswxsstddialogbuttonsizer.h.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #11 on: February 27, 2006, 01:46:52 pm »
Yiannis has fixed it in the mean time.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 26 february 2006 build is out. (UNICODE and ANSI !!!)
« Reply #12 on: February 27, 2006, 01:52:51 pm »
Yiannis has fixed it in the mean time.

Veni, vidi, vici.  :D

Best wishes,
Michael