beautifier and cursors

Marc Bisping

Member²
This topic has been discussed several times (search for "beautifier cursor"):

A cursor-definition including parameters is not beautified correctly:

Code:
CURSOR <cursor_name>(<param1>, <param2>,...) IS
will not result in

Code:
CURSOR <cursor_name>(<param1>,
                     <param2>,
                     ...) IS
When will there be a fix for it?

Regards,
Marc
 
There are currently no layout options for cursor parameters, and this is indeed on the list of enhancement requests.
 
Back
Top