customizing_editor.rst 872 B

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