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?