Commit Graph

6 Commits

Author SHA1 Message Date
Max Hilbrunner
bbc199dceb Merge pull request #3510 from Calinou/editor-icons-light-theme-conversion
Document how to work with the editor icons' automatic theme conversion
2020-05-08 23:15:49 +02:00
Hugo Locurcio
bacc9368c4 Document how to work with the editor icons' automatic theme conversion 2020-05-08 18:11:37 +02:00
Hugo Locurcio
cc5f394710 Remove uninformative editor development Introduction page 2020-05-08 18:02:58 +02:00
Hugo Locurcio
410c99ae96 Update Editor icons information to follow changes in the master branch
See https://github.com/godotengine/godot/pull/36513.
2020-04-24 20:02:18 +02:00
asynts
53f878bdaf Replace 'code' directives with 'code-block' directives.
The `code` directive highlights all sources as GDScript. Other languages are
highlighted incorrectly at the moment, even if `.. code:: [language]` is
specified.

It does, however, work with the `code-block` directive. The reason seems to be
that this directive is Sphinx specific.
2020-01-13 18:45:39 +01:00
Andrii Doroshenko (Xrayez)
209af20763 Describe the process of creating editor icons globally and per module
Also created a new `Editor development` chapter/section to encompass
C++ editor development side specifically which is not necessarily
related to pure core development, generic types and patterns.
2019-09-01 23:41:48 +03:00