Beautifier Options

fro

Member
hi,
i'am new and may to say 'hallo' and sorry, my english is bad :( .
I've a question:
kow's anywere how can i configure that the beautifier do not this:

i wrote this:

Code:
cursor cur_bla(c_a in table.col1%type,
               c_b in table.col2%type,
               c_c in table.col3%type,
               c_d in table.col4%type,
               c_e in table.col5%type,
               c_f in number)
is ...
and beautifier made this (all on one line):

Code:
cursor cur_bla(c_lager in prodanf.lager%type, c_nr_run in prodanf.nr_run%type, c_modul in prodanf.modul%type, c_serie in prodanf.serie%type, c_art_ns in prodanf.art_ns%type, c_proz_abarb_vorser in number) is ...
thanks for helping
fro
 
thanx,
but what for a check box or radio button i must en- or disable? i use 6.0.5
all other things are beautiful lined, but not my cursor variables.
 
Back
Top