Indentation in Code Window
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Indentation in Code Window
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
Hi Lupuss,
On mac i indent my code with tabkey
Best
Jean.Marc
On mac i indent my code with tabkey
Best
Jean.Marc
https://alternatic.ch
Re: Indentation in Code Window
Hi Lupuss,
Highlight your code and hit the Tab key.
Highlight your code and hit the Tab key.
Andy .... LC CLASSIC ROCKS!
Re: Indentation in Code Window
Thank you Jean and Andy.