customizing_editor.rst 847 B

1234567891011121314151617181920212223242526272829
  1. .. _doc_customizing_editor:
  2. Customizing the interface
  3. =========================
  4. Godot's interface lives in a single window. You cannot split it across multiple
  5. screens although you can work with an external code editor like Atom or Visual
  6. Studio Code for instance.
  7. Moving and resizing docks
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~
  9. Click and drag on the edge of any dock or panel to resize it horizontally or
  10. vertically.
  11. .. image:: img/editor_ui_intro_editor_07.png
  12. Click the three-dotted icon at the top of any dock to change its location.
  13. .. image:: img/editor_ui_intro_editor_08.png
  14. Go to the ``Editor`` menu and ``Editor Settings`` to fine-tune the look and feel
  15. of the editor.
  16. .. This page lacks information about:
  17. - Useful editor settings or sections of the settings window that are
  18. relevant to customizing the interface.
  19. - Layouts