Beautifier: How to get many list items per line in new version? It doesn't seem to work

IVerE

Member
In earlier versions I could get many valies per line in a list. E.g.

v_id v_id_type := v_id_type('30143685','30143615','30143692','30164170','30222646',
'30222660','30210139','30220534','30220284','30219715')

but now I seem to be unable to configure the beautifier to do this. All I get is one value per line, so if I have hundreds of values, it becomes a very long script. Perhaps I just haven't found the correct setting, or is this functionality removed?
 
This is controlled by 2 PL/SQL Beautifier options:

General -> Item Lists -> Format. Set this to "Fit", so that item lists will wrap as described by you.

General -> Right margin. This is the position where the item lists will wrap.
 
Back
Top