When beautifying the following statement:
if v_product_sub_number.get_d_product_status().product_status = bc.p_product_constants.c_product_status_ok then
where v_product_sub_number is an object type and get_d_product_status is a member function returning an object (product_status is an attribute of the returned object). The beautifier inserts a linebreak after (). Is it possible to reconfigure the beautifer so that ().product_status remain on the same line ?
Regards
Thorbj
if v_product_sub_number.get_d_product_status().product_status = bc.p_product_constants.c_product_status_ok then
where v_product_sub_number is an object type and get_d_product_status is a member function returning an object (product_status is an attribute of the returned object). The beautifier inserts a linebreak after (). Is it possible to reconfigure the beautifer so that ().product_status remain on the same line ?
Regards
Thorbj