Editor Behaviour
- Virtual Space - Let the cursor move into empty regions.
- max Number of Editors - Define when AnyJ starts to reuse already opened editors.
Editors are reused if they contain an unmodified file (no pending save). The least often used editor is
reused first.
- Internal Tab - defines the size of indent when 'TAB' is pressed.
- External Tab - defines the number of spaces used to render a real tab '\t'.
- insert Space instead of Tabs - Fill in ' ' (blank) instead of TAB (0x09) characters, when indending.
This setting only affects newly created lines. Existing lines are not modified.
- replace leading Whitespace when saving - Applies the current indend settings to the whole file when saving.
E.g. if 'insert Space instead of Tabs' is selected, all leading TAB's in the file will be replaced on save.
(Note that this is done when saving to disk, you'll have to reload the current file to immediately see the effect
of the changes.)