Code Editor / Editing code files |
Code Editor has smart editing features for indenting, tabs, and backspace.
01 LET var1 = 55 02 LET var2 = 22If you do not wish your new line to be aligned with the preceding line, use the Left Arrow key to move the cursor towards the left margin of the page.
01 DEFINE 02 var1 INTEGER, 03 var2 INTEGER
If the preceding line does not have embedded whitespace, the Tab key moves the cursor the number of spaces indicated by the Tab size setting in the Behavior and display preferences.
The Smart Backspace feature is enabled by default. Pressing the Backspace key will move the cursor back in the current line to the position of the indent in the previous line.