12345678910111213141516171819202122 |
- ###########
- Editor
- ###########
- Specific defaults for Advanced > Editor.
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | Default Setting Subcategory | Default Setting Name | Default Setting Value | Default Setting Enabled | Default Setting Description |
- +=============================+======================+=======================+=========================+===========================================================================+
- | indent_guides | boolean | FALSE | FALSE | Set the default visibility of indent guides for Editor. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | invisibles | boolean | FALSE | FALSE | Set the default state of invisible characters for Editor. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | line_numbers | boolean | FALSE | FALSE | Set the default visibility of line numbers for Editor. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | theme | text | Cobalt | FALSE | Set the default theme. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | font_size | text | 14px | FALSE | Set the default text size for Editor. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
- | live_previews | boolean | FALSE | FALSE | Enable or disable live previewing of syntax, text size and theme changes. |
- +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
|