summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #89332 from Riteo/werror-never-changesRémi Verschelde2024-03-091-7/+12
|\ | | | | | | Fix compiler warning when highlighting codeblocks in editor help
| * Fix compiler warning when highlighting codeblocks in editor helpRiteo2024-03-091-7/+12
| | | | | | | | It's more verbose but it should do the trick.
* | Use META_UNDERLINE_ON_HOVER in built-in class referenceMicky2024-03-091-7/+11
|/
* Editor Help: Add syntax highlighting for code blocksDanil Alexeev2024-03-091-147/+372
|
* Merge pull request #89086 from ↵Rémi Verschelde2024-03-071-3/+26
|\ | | | | | | | | | | Mickeon/documentation-ProjectSettings-members-display-nice Improve how Project & Editor Settings look in built-in docs
| * Improve how Project & Editor Settings look in built-in docsMicky2024-03-041-3/+26
| |
* | Add copy codeblock button to built-in documentationMicky2024-03-041-10/+29
|/
* Replace built-in docs codeblock's leading spaces with tabsMicky2024-02-291-0/+22
| | | | Replace built-in docs codeblock's leading spaces with tabs
* Remove redundant space after enum/flags word in editor docsYuri Rubinsky2024-02-271-2/+2
|
* Use check_changed_settings_in_group() everywherekobewi2024-02-191-1/+6
|
* Documentation: Treat deprecated/experimental members as documentedDanil Alexeev2024-02-161-192/+246
|
* Documentation: Add support for deprecated/experimental messagesDanil Alexeev2024-02-151-457/+705
|
* Merge pull request #85868 from KoBeWi/knowyourtilesRémi Verschelde2024-02-131-1/+6
|\ | | | | | | Add descriptions for tile properties
| * Add descriptions for tile propertieskobewi2023-12-071-1/+6
| |
* | Add color in built-in documentation for overridden propertiesMicky2024-02-111-10/+32
| |
* | Merge pull request #84396 from quirkylemon/hide-private-enumsRémi Verschelde2024-02-091-18/+29
|\ \ | | | | | | | | | Hide private enums from documentation
| * | Hide private enums from documentationQuirkyLemon2024-02-081-18/+29
| | |
* | | Merge pull request #87688 from AThousandShips/what_is_thisRémi Verschelde2024-01-291-9/+9
|\ \ \ | | | | | | | | | | | | Remove unnecessary `this->` expressions
| * | | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-9/+9
| | | |
* | | | Merge pull request #87381 from YuriSizov/core-sneaky-propertiesRémi Verschelde2024-01-291-1/+9
|\ \ \ \ | | | | | | | | | | | | | | | Better hide internal properties from users
| * | | | Better hide internal properties from usersYuri Sizov2024-01-291-1/+9
| |/ / /
* / / / GDExtension: add an interface for loading extra documentationRiteo2024-01-261-0/+34
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds two new GDExtension interface methods: - `editor_help_load_xml_from_utf8_chars` - `editor_help_load_xml_from_utf8_chars_and_len` Both of these methods parse the XML passed into an extra documentation container which, when needed, is merged into the main doc container. Co-Authored-By: Rémi Verschelde <rverschelde@gmail.com>
* | | Add inheriting classes to `DocTools`A Thousand Ships2024-01-161-23/+13
| | |
* | | Reorganize code related to editor themingYuri Sizov2024-01-161-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
| |
* | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-4/+4
| |
* | Improve engine startup/shutdown benchmarksYuri Sizov2023-12-081-3/+7
|/ | | | | | | | | - Add contexts to give a better sense of benchmarked areas. - Add missing benchmarks and adjust some begin/end points. - Clean up names. - Improve Android's internal benchmarks in a similar manner. Co-authored-by: Fredia Huya-Kouadio <fhuya@meta.com>
* Polish & fix editor help cache generationPedro J. Estébanez2023-11-021-30/+25
| | | | | | | - Isolated the generation of extensions's docs. They're now not cached and refreshed as needed. - Removed superfluous sorting of the class list. - Removed some superfluous/unused elements. - Renamed some items for clarity.
* Improve threading in ClassDB and EditorHelpYuri Sizov2023-10-201-20/+24
|
* Add bulk change guards to successive theme overrides in Editor and GUIYuri Sizov2023-10-191-0/+2
|
* Editor: Fix some issues with `EditorHelpTooltip`Danil Alexeev2023-10-101-3/+8
|
* Tweak metadata property tooltip to avoid being misleadingHugo Locurcio2023-10-071-2/+7
|
* Merge pull request #82067 from dalexeev/gds-docgen-fix-metatypes-and-valuesRémi Verschelde2023-10-051-6/+6
|\ | | | | | | GDScript DocGen: Fix and improve appearance of metatypes and values
| * GDScript DocGen: Fix and improve appearance of metatypes and valuesDanil Alexeev2023-09-211-6/+6
| |
* | Merge pull request #82691 from YuriSizov/rst-validate-with-exceptionsRémi Verschelde2023-10-041-20/+31
|\ \ | | | | | | | | | Validate `code` tags for class and member references
| * | Validate `code` tags for class and member referencesYuri Sizov2023-10-031-20/+31
| | | | | | | | | | | | | | | | | | | | | | | | This commit also adds means to manually disable warnings in `code` tags where it's a false positive with the new `skip-lint` attribute. Warnings are now enabled on CI to prevent future errors.
* | | Revamp how documentation tooltips workMichael Alexsander2023-10-031-2/+242
|/ /
* / [RTL] Add support for image dynamic updating, padding, tooltips and size in ↵bruvzg2023-09-261-6/+32
|/ | | | percent.
* Merge pull request #81346 from timothyqiu/interningYuri Sizov2023-09-061-6/+19
|\ | | | | | | Avoid text substitution in EditorHelp messages
| * Avoid text substitution in EditorHelp messagesHaoyu Qiu2023-09-051-6/+19
| |
* | Add EditorStringNames singletonkobewi2023-09-031-48/+49
|/
* Use the gray color for all abstract classesMewPurPur2023-08-311-1/+1
|
* Merge pull request #78941 from ↵Yuri Sizov2023-07-311-6/+23
|\ | | | | | | | | | | dalexeev/gds-doc-comments-deprecated-and-experimental GDScript: Add `@deprecated` and `@experimental` doc comment tags
| * GDScript: Add `@deprecated` and `@experimental` doc comment tagsDanil Alexeev2023-07-081-6/+23
| |
* | Merge pull request #78615 from RandomShaper/fix_doc_cacheYuri Sizov2023-07-261-39/+11
|\ \ | | | | | | | | | Re-enable docs cache with fixes
| * | Re-enable docs cache with fixesPedro J. Estébanez2023-07-051-39/+11
| | |
* | | Merge pull request #79206 from raulsntos/doc-mention-csharp-differencesYuri Sizov2023-07-141-0/+49
|\ \ \ | | | | | | | | | | | | Add a warning about C# differences in classref doc
| * | | Add a note about C# differences in classref docRaul Santos2023-07-091-0/+49
| | |/ | |/|
* | | Merge pull request #78649 from MewPurPur/dont-link-to-own-pageYuri Sizov2023-07-121-8/+15
|\ \ \ | | | | | | | | | | | | Tweak documentation to use bold font when a class is referencing itself
| * | | Tweak documentation to use bold font when a class is referencing itselfMewPurPur2023-06-241-8/+15
| | | |