Controlling CTRL+I behaviour

Posted by bronco on 28-Nov-2012 09:21

If I do a "correct indentation" from the menu of a CTRL+I in some cases this doesn't give what I want. For example, in the old AppBuilder I could say what I want with the DO: after an IF statement.

In PDS it is always corrected from;

IF (true) THEN DO:

  ...

to

IF (true) THEN

DO:

  ...

and "of course" this is not what I want. Can I control this behaviour in any way? I think I've looked everywhere, but to no avail yet.

I'm using both 10.2B and 11.1

All Replies

Posted by pkavuri on 28-Nov-2012 23:37

You cannot customize the Indentation behavior with Architect as of now.

We are considering this feature for future releases.

Phani

This thread is closed