Allow configuration of Auto-Indentation settings in PDSOE

  • Thread starter Thread starter andrew.may
  • Start date Start date
Status
Not open for further replies.
A

andrew.may

Guest
I would like to be able to configure the Auto-Indentation settings to match the style used in our existing code. e.g. Be able to configure THEN DO: blocks IF expr THEN DO: RUN a. END. IF expr THEN DO: RUN a. END. IF expr THEN DO: RUN a. END. or be able to configure leading vs. trailing logical operators: IF a 1 AND b 2 AND c 3 THEN run proc. IF a 1 AND b 2 AND c 3 THEN run proc. or be able to choose between leading vs. trailing artithmetic/string operators: i = myVarOne * myVarTwo + myVarThree - myVarFour. i = myVarOne * myVarTwo + myVarThree - myVarFour. c = "Hello " + "World". c = "Hello " + "World".

Continue reading...
 
Status
Not open for further replies.
Back
Top