Author Topic: The 02 August 2008 build (5177) is out.  (Read 38129 times)

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 August 2008 build (5177) is out.
« Reply #15 on: August 06, 2008, 04:00:33 am »
Why not write BOM into file? include UTF-8, UTF-16...?

example, UTF-8's BOM is 'EF BB BF', but when i set default encoding to 'UTF-8', and add some file use CB, it's can't insert BOM at the file first.

UTF-16LE's BOM is 'FF FE', and UTF-16BE's BOM is 'FE FF'?

I hope CB add BOM into file. thanks!

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 02 August 2008 build (5177) is out.
« Reply #16 on: August 06, 2008, 12:21:12 pm »
- This one started after the 5106svn version, when double clicking on a workspace, its tells a file is missing  (please see attached file)...(even with every plugin disabled), ( its works with cb5106)
I find this problem too.
well, I'm reporting this since release 5142 with no response... :cry:
I hope they don't ignore us !!!  :lol:

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 02 August 2008 build (5177) is out.
« Reply #17 on: August 06, 2008, 04:56:09 pm »
Why not write BOM into file? include UTF-8, UTF-16...?

example, UTF-8's BOM is 'EF BB BF', but when i set default encoding to 'UTF-8', and add some file use CB, it's can't insert BOM at the file first.

UTF-16LE's BOM is 'FF FE', and UTF-16BE's BOM is 'FE FF'?

I hope CB add BOM into file. thanks!

Have you tried Edit > File encoding > Save byte-order-mark (BOM) option?? C::B is not as dumb as you think.
Be a part of the solution, not a part of the problem.

Offline Loaden

  • Lives here!
  • ****
  • Posts: 1014
Re: The 02 August 2008 build (5177) is out.
« Reply #18 on: August 07, 2008, 05:04:02 am »
Have you tried Edit > File encoding > Save byte-order-mark (BOM) option?? C::B is not as dumb as you think.
Thanks!

But itt's can't auto complete.
Have some settings set this option to default enable?

If i have a project, and the project include many files with 'Windows 936' encoding. now i want convert to 'UTF-8' and with BOM write, now, i can do it only one by one.

I hope CB have a option: if save or create a file, it's can auto write BOM.

Offline indigo0086

  • Almost regular
  • **
  • Posts: 150
Re: The 02 August 2008 build (5177) is out.
« Reply #19 on: August 08, 2008, 02:53:21 pm »
I was wondering, in the "Insert all class methods without implementation.  Is it possible to
1) remove the comments added
2) make the definition order the same as they are ordered in the class declaration.