Program settings - Editor configuration

This category of editor settings is the most extensive. Here you can influence very specific editor behavior in terms of editing activities. This category consists of five groups:

Margin, gutter and undo and redo

This group allows settings related to margins, undo functions and gutter appearance, and consists of the following settings:

Show right margin
Check this option to enable the display of the right margin in the editor. The right margin is a line which allows, for example, lines to be wrapped there or can act as a visual aid.

Right margin column
In this field, enter the number of the column in which the right margin is to be displayed.

Display gutter
Check this option to enable the display of the gutter, the area on the left-hand side of the editor where line numbers, line wrap tags or tab icons are located.

Gutter width
Enter the width of the gutter in points in this field.

Wrap in the right margin
Select this option to enable row wrapping in the right margin, not necessarily at the end of the visible editor area.

Indented wrap
Select this option to enable line wrapping with indentation. This function causes rows that are wrapping not to start from the beginning of the next line, but from where the indentation occurs in the preceding row

Group undo/redo
Select this option to enable group undo or redo actions. With this option, you can undo, for example, entire words entered, not individual letters.

Without cursor in undo
Select this option to prevent cursor movement in the editor from being remembered during the undo / redo operation.

Indentations

This group allows you to customize the indentation function, specify tab stops, etc., and it consists of the following settings:

Optimal indentation
Check this option to enable the blank space in automatically created indentations to be filled with the minimum number of characters, using the TAB and space characters simultaneously.

Indentation step
Enter the indentation step value in this field.

Position at indentation
Select this option to position the cursor on the first non-blank character (space, tab) after pressing the Enter key.

Use the indentation from above
Check this option to ensure that when automatic indentation is created, the pro-gram uses the same indentation as in the line preceding it.

Backspace to indent
Check this option to ensure that when characters are deleted with the Backspace key, entire indentations are also deleted to the level corresponding to the indentation from the line above.

Tab stops
Select this option to set points (column numbers) to move over which the TAB key will move.

Tab stops
Enter the tab stops in this field, that is, the numbers of the columns at which the TAB key will stop. Enter the column numbers after commas. If you enter the value 3,5,15 here, pressing the TAB key will move the cursor 3, 5 and 15 columns forward.

Tabulation every ...
Check this option to select how many columns the TAB key jumps over. In other words, how many characters are contained in the TAB character.

Number of characters in TAB
In this field, enter the number of columns by which the cursor will move when the TAB key is pressed.

Selecting texts

This group allows you to define the behavior of the text selection function in the editor and consists of the following settings:

Select text only
Check this option to color code the selection of a block of text only if it relates to text. Disabling this option also allows you to see selected lines that do not contain text.

Select word by word
Enable this option to select text with the mouse to select entire words instead of individual characters sequentially.

Disable moving text with the mouse
Select this option to disable the ability to move text with the mouse using the drag-and-drop method.

Select line after double click
Enable this option to be able to select an entire line with a double-click.

Select line by triple-click
Enable this option to be able to select an entire line with a triple-click.

Navigating the document

This group of settings includes settings related to document navigation. It consists of the following settings:

Move the cursor on the TAB
Check this option if you want moving the cursor with the arrow keys to move in line with the inserted tab characters. If you use a space character instead of TAB, this function will not work as there will be no TAB characters in the document.

Smart TAB
Check this option if you want pressing the TAB key to move to a position consistent with the next indentation. Spaces will be used to fill in missing characters.

Cursor left / right moves up / down from start / end
Select this option to make pressing the left arrow key move the cursor to the end of the line above, and pressing the cursor right move the cursor to the beginning of the line below. If you turn it off, the left or right cursor will only work until the beginning of a line or the end of a line.

Do not allow the cursor beyond the end of the document
Check this option if you want to not allow the cursor to move beyond the end of the document as well. If you enable, you will only be able to move the cursor up to the last character of the document.

Do not allow the cursor between TAB
Enable this option if you want it not to be possible to place the cursor between TAB characters, e.g. when clicking there with the mouse. Otherwise, if you enable this option, it will be possible to place the cursor inside a tab character.

Do not allow the cursor beyond the end of the line
Enable this option if you want it not to be possible to place the cursor behind the end-of-line character. Otherwise, if you enable this option, it will be possible to place the cursor behind the end-of-line character and type text there - the remaining free space will be filled with space characters.

Editor configuration

Here are the other settings for which the above groups were not suitable. Here are the options available:

Do not change the column when moving vertically
Check this option if you want the original column to be preserved as far as possible when moving the cursor vertically.

Display line number when scrolling with bars
Check this option if you want a tooltip with information about the current line to be displayed when scrolling through the document using the scroll bars.

Block cursor in overwrite mode
Check this option to display a special cursor to distinguish the mode when the INSERT key is activated in overwrite mode.

Use a TAB character instead of spaces for the TAB key
Select this option to use the TAB character when the TAB key is pressed. If you prefer to use spaces instead of TAB, disable this option.

When pasting text, replace Unicode characters with entities
Check this option to change special characters into so-called entities, i.e. corresponding codes, when pasting a document in Unicode format via the clipboard.

Restrict line numbering to the end of the document
Check this option if you want the line numbering shown in the gutter to be restricted to the end of the document only.

Do not ask to set a bookmark where a bookmark exists
Check this option if you want the program not to ask you in case when the numbered bookmark you want to set is already in another place in the document.

Related topics

To top