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:
and beautifier made this (all on one line):
thanks for helping
fro
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 ...
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 ...
fro