vote up 0 vote down star

Visual Studio (and most other editors like Notepadd++ and Textpad) doesnt handle long lines well. For instance, I use SMO to generate database scrits. Some of these auto generated SQL script have single lines with thousand and thousand of characters in one single line. When I open that in Visual Studio it just freezes.. or it slows down to the point that it becomes unusable.

Is there any text editor you know of that handles long lines efficiently? (and ideally supports syntax highlighting ?

Thanks, Nestor

flag

Not Scintilla/SciTE. Excellent though they are, they don't deal with very long lines at all well. – RichieHindle Oct 4 at 22:19
What sort of line length we talking about here? Are these lines one or two thousand characters in length or many tens/hundreds of thousand characters in length? I would have though most text editors could handle the first case. – jussij Oct 6 at 0:49

1 Answer

vote up -1 vote down check

In my experience, SciTE handles long lines quite well.

link|flag
Really? I find SciTE doesn't handle them at all well. The caret insists on leaping to the very edge of the screen, for instance. – RichieHindle Oct 4 at 22:20
More of an opinion really :) – Andrew Hare Oct 4 at 22:21

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.