Editor
Last updated
Here you can change the IDE settings.


Here you can choose the font and configure its display. Sanny Builder supports only monospaced fonts. AaBbCcDd reflects selected configuration.

The code scanning range is used when you press Ctrl+Space to find constants, labels and variables. The value tells the editor how many lines to scan up and down starting from the active line. If you set a number of 0, the editor scans the whole source file.
If the Auto list option is checked, the list of available labels, models and variables appears automatically as you type @, $, #.
Toggles the top toolbar
Displays different information in the bottom bar
Displays the line numbers in the left padding area
Toggles the border line on the right side of the left padding area. Uncheck this option to visually increase the available space
Enables reopening the last closed file at startup
Enables reopening all closed files at startup. This option is only available when the Load last closed file at startup is checked
Enables a confirmation dialog to prevent occasional exit
Toggles the language service. Disabling this service also makes the semantic constants highlighting unavailable. Does not affect a document that is already opened in the editor
Enables hIghlighting of constants as to their values. The color theme's rules for constant highlighting will be ignored.
Last updated