Page 1 of 1

visual re-alignment of code after changes

Posted: Wed Jun 01, 2011 2:58 am
by xfrios
After doing things like adding an additional outer loop to existing code, the alignment of text in the code editor is no longer aligned for readability.

Until now I have been manually performing an 'Enter' after each code line to realign it with the new loop or other control structure.

Is there an easier way to do this?

Re: visual re-alignment of code after changes

Posted: Wed Jun 01, 2011 2:59 am
by dglass
Press the Tab key on your keyboard

Re: visual re-alignment of code after changes

Posted: Wed Jun 01, 2011 3:06 am
by xfrios
Magic!