The
dialog box allows settings concerning the editing in a text editor. The following tabs are available:
The
tab allows you to set the theme for the ST editor:
|
Select the color theme for the text editor from the list. The selected theme is displayed in the window.Available themes are stored in the Themes folder of the installation directory. |
Definition of undo, tabulator, indenting, folding, and so on, in the
tab of the dialog box
|
Define how many editing steps should be saved. They can be undone by selecting the function. |
|
Define whether the code should be viewed as structured by folds. This means that sections specified by indented position or marked by a special comment are hidden in a fold. This fold can be opened or closed via by a mouse-click on the plus- or minus-sign on the left side of the folds header line. The options:
|
|
|
|
Tab width in number of characters. |
|
If activated: A space which has been entered using the TAB key according to the defined (see above) will not be resolved to single character spaces afterwards. Therefore, if the tab width is changed later, the existing tab spaces will be corrected so. |
|
Indent width used in case of (see below); that is the number of spaces at the beginning of a line. |
|
|
Color and font definitions for the editing area of the text editor.
You can activate the following options in the
tab of the dialog box in order to have some visual assistance during editing.
|
The line where the cursor is placed, is highlighted with the color defined in the selection list. |
|
If the cursor is placed before or after a bracket ( or ) in a code line, the corresponding closing or opening bracket will be indicated by a rectangle which is colored as defined in the color selection field. Also, if the cursor is placed in the first or last line of a bracket scope, the corresponding line at the end or start of this scope is indicated also by a rectangle of this color. |
|
The end of each editor line is marked by a small dash (-) of the defined color which is placed behind the last position which is occupied by a character or a white space. |
|
If a soft or hard word wrap is activated (see tab ), the defined wrap margin is indicated by a vertical line in the defined color. |
|
Choose the font to be used in the text editor. Click the sample field to open the standard dialog box for setting the font. |
Definition of colors, font, mouse-click definitions concerning the area left to the editing area of the text editor.
The following options in the
tab of the dialog box concern the left margin of the editor view, which is separated by a vertical line to the editing area
|
Line numbers are displayed in the declaration and in the implementation part of the view, each starting with the number 1 in the first line. |
|
Color of the line number of the line that is being edited. |
|
A bracket scope contains lines between corresponding keywords, such as between IF and END_IF. You can activate this bracket scope function by option in the tab . If the cursor is placed before, after or within a corresponding keyword, the bracket scope will be indicated by a bracket in the margin area. |
|
Define which of the following actions should be performed when you execute the associated type of mouse-click on the plus- or minus sign before the header line of a fold. Types of : , , , |