Toad Formatter

Hello,

I've got Toad: 12.6.0.53

And em stuck with oracle formatter.

Have configured indent size of 3. but formatter still gives me 2 if 'Don't align the Oracle association operator (=>)' is unchecked.

example of code i am trying to adjust to local code standards:

PROCEDURE test
IS
BEGIN
l_dummy :=
dummy_proc.dummy_method(
p_arg1 => l_arg1
,p_arg2 => l_arg2
,p_arg3 => dummy_method2(l_arg1, l_arg2, l_arg3)
,p_arg4 => dummy_method3(l_argument1,l_argument2,l_very_long_argument34(i).very_long_attribute));
END;

what i get after formatting the code, is not very consistent (see picture). Not sure how to configure to meet the needs. Please assist

thank you in advance,

R

Hello R,

Can you please tell me the version of the QP5.dll component in the Toad folder, the first two numbers only suffice (such as 5.291). Then I can verify what’s exactly happening.
The version also appears in the tagline added on top of any formatted code.

I tried your snippet using the latest Toad beta, and results look normal.

Thanks,
Andre