PL/SQL Beautifier

Jaume

Member
I'm starting to use the beautifier. It's a nice feature but I would like a little more control of the formatting.

The way conditional expressions and function calls with parameters are formatted should be configurable too.

When you align declarations or assignments if there's a blank or a comment line, a new align point defined. I think all the contiguous declarations or assignments should be equaly aligned, regardless of any blank or comment line.

Thanks and congratulations. You have a really fantastic piece of software!!
 
Just another question.

When using tables of records, the assignments don't align properly

Table(i).Field := Cursor.Field;

In conditional expressions whith this tables the formatting does not look very nice.
 
We have several enhancement requests in this area (conditions, where clauses), which will be addressed in a future release.

------------------
Marco Kalter
Allround Automations
 
Back
Top