When I'm navigating through the SQL editor in SQuirreL I have to be very careful when I have very long lines. I often have to work on queries that are 20k characters long. I often have to paste these queries in from other resources, and they are often a single line. I've learned that if I start at the beginning of the line and try to press the End key, SQuirreL will freeze, either for a very long time, or essentially forever, forcing me to kill the process. I often have to preprocess these long SQL lines in an external text editor, breaking them up into shorter lines, before I try to use them in SQuirreL.
I don't have a specific test case yet.
|