editor.rst 2.7 KB

12345678910111213141516171819202122
  1. ###########
  2. Editor
  3. ###########
  4. Specific defaults for Advanced > Editor.
  5. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  6. | Default Setting Subcategory | Default Setting Name | Default Setting Value | Default Setting Enabled | Default Setting Description |
  7. +=============================+======================+=======================+=========================+===========================================================================+
  8. | indent_guides | boolean | FALSE | FALSE | Set the default visibility of indent guides for Editor. |
  9. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  10. | invisibles | boolean | FALSE | FALSE | Set the default state of invisible characters for Editor. |
  11. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  12. | line_numbers | boolean | FALSE | FALSE | Set the default visibility of line numbers for Editor. |
  13. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  14. | theme | text | Cobalt | FALSE | Set the default theme. |
  15. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  16. | font_size | text | 14px | FALSE | Set the default text size for Editor. |
  17. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+
  18. | live_previews | boolean | FALSE | FALSE | Enable or disable live previewing of syntax, text size and theme changes. |
  19. +-----------------------------+----------------------+-----------------------+-------------------------+---------------------------------------------------------------------------+