Beautifier and selections

vb.de

Member²
When I try to beautify a selection of code, I often get the error massage 'PL/SQL Beautifier could not parse text'.
Then I enclose the selection in begin end; and the beautifier does its work correctly (most of the time).
If I could do this by hand, it should be possible for the beautifier to try the same, if the parsing on a selection failed on the first run.

If this is not already solved in 8.0, it would be nice to see this enhancement very soon.
 
The selection needs to be a complete program unit. It cannot parse a random code fragment at the moment. I have added this to the list of enhancement requests.
 
Back
Top