Could you add SQL formatting to the SQL editor?
Does not have to be fancy, even a new-line for each comma would help a lot, or wrapping at 80 columns.
Background: All my SQL is generated. As such it does not have any line breaks (wasted bytes). However I sometimes (ha!) need to debug it. I set a breakpoint, then copy the contents of the SQL variable. This is pasted into the SQL editor and executed. Some are over 1K characters (joins, sub-selects, etc).