TOC PREV NEXT INDEX



Indentation Features


The Java Source Editor can optionally auto-indent when the user presses the Enter key. This saves time by automatically adding the same number of tabs at the beginning of a new line as the previous line.

The user can also change the indentation level of a block of code by selecting the code and then pressing tab. The entire block will be indented. Shift-Tab will remove an indentation tab from the block.

The tab size and the auto-indent feature can be configured in the IDE's program settings.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX