Page 1 of 1

Indentation in Code Window

Posted: Sat Dec 18, 2010 11:49 am
by lupuss
My code window does not always indent automatically the way it is usually done by other programming frameworks. Inserting a CR after the end statement of the handler has no effect. The lines are still messy. Is there a setting or a trick to make it indent properly e.g. in nested ifs with extended switch statements inside?

Re: Indentation in Code Window

Posted: Sat Dec 18, 2010 1:06 pm
by jmburnod
Hi Lupuss,

On mac i indent my code with tabkey

Best

Jean.Marc

Re: Indentation in Code Window

Posted: Sat Dec 18, 2010 4:50 pm
by AndyP
Hi Lupuss,

Highlight your code and hit the Tab key.

Re: Indentation in Code Window

Posted: Sun Dec 19, 2010 1:13 am
by lupuss
Thank you Jean and Andy.