Author Topic: little big files don't show anything  (Read 4491 times)

djesus

  • Guest
little big files don't show anything
« on: February 25, 2006, 05:13:22 pm »
Hi, in the last svn when I try to open a file a little big only show the number one (the number of line) but don't  show anything, if the file is small works fine. I use Linux and I don't have this problem in the svn 2001

Thanks a lot

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: little big files don't show anything
« Reply #1 on: February 25, 2006, 05:23:01 pm »
Hello,

Could you post the exact revision number? Could you also say something more precise about your file? Little big is not very helpful information :).

Best wishes,
Michael

PS.: Please also remember that more info you give about C::B/OS you are using and easier it would be to help you find a solution.

djesus

  • Guest
Re: little big files don't show anything
« Reply #2 on: February 25, 2006, 05:44:43 pm »
Sorry, since  revision 2054 to 2079 I get This error.

My system is Debian GNU/Linux 3.1(Sarge) when I try to open a file (48.870 bytes) the editor only show the number one (the number of line) but the content empty, if open another file (8.415 bytes), it open fine.

In the revision 2001 all works fine.

Thanks a lot

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: little big files don't show anything
« Reply #3 on: February 25, 2006, 06:01:26 pm »
could it be the encoding of the file ?

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: little big files don't show anything
« Reply #4 on: February 25, 2006, 06:21:58 pm »
It seems something related to the encoding of the file (as killerbot suggests above). May be you can post the file.

Best wishes,
Michael

djesus

  • Guest
Re: little big files don't show anything
« Reply #5 on: February 25, 2006, 06:53:29 pm »
Thanks a lot!!!!

The files was in ISO-8859-15 and my locales was in UTF-8

Best Regards

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: little big files don't show anything
« Reply #6 on: February 25, 2006, 06:59:06 pm »
It seems something related to the encoding of the file [...]
I agree. I've made myself files up to 500.000+ bytes (copying the same file content over and over again) - no problems. I think posting the file would be really helpful.
Or: Try to remove step-by step the content of the file. Maybe it's only a special character / whatever that causes this behaviour. You could first try to split the one file into two and look if one of the both still shows the behaviour or if the files "work" properly then???
Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ