Case statement in beautifier

Joe Simunac

Member²
I know this has been requested many times, but why doesn't the beautifier recognize and handle the CASE statement. That statement has been around for years and you still don't handle it. In v9, it at least put the various clauses on separate lines, but v10 just word wraps. I can't even format manually and have it stay.

Could this possibly be fixed sometime? Please?
 
OK, this only seems to happen if the CASE is inside an SQL statement. Stand alone CASE statements work OK (although there is no way to configure how I want it to look), but inside SQL they just show up all on one line and word wrap if they get to the end.
 
Back
Top