mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Extracted and edited the project manager from intro_to_the_editor_interface.rst, added it in the tutorials/editor section Wrote a short introduction for the editor section
35 lines
853 B
ReStructuredText
35 lines
853 B
ReStructuredText
Editor manual
|
|
=============
|
|
|
|
In this section, we cover the Godot editor in general, from its interface to
|
|
using it with the command line.
|
|
|
|
The editor's interface
|
|
----------------------
|
|
|
|
The following pages explain how to use the various windows, workspaces, and
|
|
docks that make up the Godot editor. We cover some specific editors' interface
|
|
in other sections where appropriate. For example, the :ref:`animation editor
|
|
<doc_introduction_animation>`.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-editor-interface
|
|
|
|
project_manager
|
|
default_key_mapping
|
|
|
|
For developers
|
|
--------------
|
|
|
|
The articles below focus on features for developers, like calling Godot from the
|
|
command lines and using an external text editor such as Visual Studio Code or
|
|
Emacs.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:name: toc-learn-editor
|
|
|
|
command_line_tutorial
|
|
external_editor
|