- AuthorPosts
- October 15, 2007 at 4:43 am #4788titieyeParticipant
Maybe it isn’t a bug.
I dump a MySQL database to a SQL file and open the file with EmEditor. then I find it’s hard to scroll down. something make the editor locked.
Then I open the file with windows notepad and find a super long line content like this:
insert into some_table(a,b,c,d) values (1,2,3,4), (5,6,7,8),………..
it’s export from a db, there thousand of (1,2,3,4)s in that line. the notepad still can scroll normally.
the above is how i find this. Can EmEditor deal with a super long line?
October 15, 2007 at 8:33 am #4790titieyeParticipantI try many other editors, major of them can’t deal with this case. but only the Microsoft Visual Studio 2005 give me a alert dialogue like this
—————————
Microsoft Visual Studio
—————————
One or more lines are too long in this file. These lines will make the editor slow when you open the file. Do you still want to open it the file?
—————————
Yes(Y) No(N)
—————————this way’s better.
October 15, 2007 at 2:33 pm #4791Yutaka EmuraKeymasterIn EmEditor, there is no limit in length of a line, so there is no message box needed. I guess you should try with “No-Wrap” mode and also disable any highlight (uncheck “Highlight These Words” on the Highlight (1) tab of properties). If you still have the issue, please zip the sample file and email to [email protected] as an attachment. Thanks!
October 16, 2007 at 2:11 am #4793titieyeParticipantI’ve sent the sample file, thanks!
- AuthorPosts
- You must be logged in to reply to this topic.