Frank,
I assume you don't like selecting the lines to be beautified?
That works pretty well for me, though I've been known to copy lines of a SELECT that I think the Beautifier messes up, beautifying everything and then pasting the SELECT back over the beautified/messed up version.
If they considered this as a possible enhancement I'd like to see it implemented in 2 forms, just like comments:
would stop the Beautifier from changing all lines following this comment
until it hit a blank line. This would be great for telling it to ignore an especially-complex query.
Code:
/* <nobeautifier=on> */
multiple
lines
of
code
/* <nobeautifier=off> */
which would be good for large chunks of code
Okay, maybe I've got
way too much time on my hands to be thinking about stuff like this!
Frankly I'd rather see the Beautifier enhanced to:
* Support some of the newer syntax, such as the WITH clause in a query and,
* Allow me to specify how I want CASE statements formatted in the Control Structures section.