GNOME Bugzilla – Bug 605978
problem at presenting big text files
Last modified: 2013-11-06 19:28:24 UTC
Created attachment 150754 [details] My program, the source code from it and the problem-making-file When I tried my program for prime numbers, I notized that gedit presents one line upon the other. That just happens with very big files, my file had 1.5 MB. When I tried to open the file with "vi" or with "less", there wasn't a problem so I think the problem is gedit and not the file althougt littler files of my program worked fine. I send you the file and my program in the attachment if the problem is there. BTW: I really like gedit, you all do a great job
I think the problem could be related to how Gedit handles columns. For testing purposes, I modified your output file and instead of storing the prime numbers in a long line separated by the "," char, I replaced your "," by a "\n" so Gedit uses one line per number. In this way, the file is opened quickly and as expected. Gedit info: Name : gedit Arch : i686 Epoch : 2 Version : 3.10.1 Release : 1.fc20
*** This bug has been marked as a duplicate of bug 127731 ***