I am currently using version 5.1.4.730.
When I use the beautifier option on my SQL, any column alias I have defined end up right next to the column again. I need my sql to be pretty so if I can go from this:
T.ATTRIBUTE4 ITEM_4,
T.ATTRIBUTE5 ITEM_5,
to this:
T.ATTRIBUTE4 ITEM_4,
T.ATTRIBUTE5 ITEM_5,
that would be a great help! When there is a long list of items with column alias, it makes viewing the file much easier and more friendly if the alias are all lined up nice and pretty.
I have searched and made every modification to the beautifier I know and still have had 0% success.
Is there an option that will currently align alias or will this be an enhancement request?
When I use the beautifier option on my SQL, any column alias I have defined end up right next to the column again. I need my sql to be pretty so if I can go from this:
T.ATTRIBUTE4 ITEM_4,
T.ATTRIBUTE5 ITEM_5,
to this:
T.ATTRIBUTE4 ITEM_4,
T.ATTRIBUTE5 ITEM_5,
that would be a great help! When there is a long list of items with column alias, it makes viewing the file much easier and more friendly if the alias are all lined up nice and pretty.
I have searched and made every modification to the beautifier I know and still have had 0% success.

Is there an option that will currently align alias or will this be an enhancement request?