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...
Continue reading...