summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-5/+5
|\
| * Merge pull request #98160 from Rindbee/change-the-parent-node-of-EditorHelpBi...Thaddeus Crews2024-11-181-1/+1
| |\
| | * Add `EditorHelpBitTooltip` as a child of `p_target` to avoid jitter风青山2024-10-141-1/+1
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-4/+4
* | | Fix remainder of godotengine referencesSpartan3222024-10-311-1/+1
* | | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\| |
| * | Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-2/+0
* Extract editor main screenkit2024-09-091-2/+3
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-3/+19
|\
| * Implement typed dictionariesThaddeus Crews2024-09-041-3/+19
* | Docs: Add missing deprecated/experimental tag support for theme itemsDanil Alexeev2024-09-041-7/+43
|/
* Merge pull request #93940 from Mickeon/deprecate_RichTextLabel_is_readyRémi Verschelde2024-08-261-3/+3
|\
| * Add RichTextLabel `is_finished()`, deprecate `is_ready()`Micky2024-08-161-3/+3
* | Fix use-after-free in `EditorHelp`Mikael Hermansson2024-08-091-0/+1
* | Split editor documentation cache by minor versionHugo Locurcio2024-07-311-1/+1
* | Editor: Fix `EditorHelpBitTooltip` for Signals dockDanil Alexeev2024-07-051-5/+18
|/
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-6/+6
* Editor: Fix `EditorHelpBit` title height is wrong on initializationDanil Alexeev2024-06-121-0/+1
* Use `CoreStringNames::normal` in more placesA Thousand Ships2024-05-301-2/+2
* Merge pull request #92457 from YeldhamDev/extreme_corner_case_but_stillRémi Verschelde2024-05-291-1/+2
|\
| * Set `doc_name` even when categories are hidden in the inspectorMichael Alexsander2024-05-281-1/+2
* | Merge pull request #92454 from jsjtxietian/multi-connectRémi Verschelde2024-05-291-0/+3
|\ \ | |/ |/|
| * Prevent connect `scroll_to_paragraph` multiple times to `class_desc`jsjtxietian2024-05-291-0/+3
* | Replace `.bind(...).call_deferred()` with `.call_deferred(...)`A Thousand Ships2024-05-271-1/+1
|/
* Merge pull request #90716 from dalexeev/gds-fix-export-annotation-issuesRémi Verschelde2024-05-191-1/+1
|\
| * GDScript: Fix some export annotation issuesDanil Alexeev2024-05-131-1/+1
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-4/+4
* | Merge pull request #91932 from dalexeev/editor-fix-tileset-categories-and-too...Rémi Verschelde2024-05-141-6/+2
|\ \
| * | Editor: Fix categories and tooltips in `TileSet` editorDanil Alexeev2024-05-141-6/+2
* | | Use Core/Scene stringnames consistentlykobewi2024-05-131-7/+7
|/ /
* / Editor: Fix `EditorHelpBitTooltip` + `ProgressDialog` causes crashDanil Alexeev2024-05-081-1/+15
|/
* Add PackedVector4Array Variant typeK. S. Ernest (iFire) Lee2024-05-031-0/+2
* Store line change in script navigation historykobewi2024-04-251-0/+2
* Editor: Display deprecated/experimental messages in tooltipsDanil Alexeev2024-04-181-238/+622
* Merge pull request #90035 from KoBeWi/SUPER_CALL_DEFERREDRémi Verschelde2024-04-141-1/+2
|\
| * Fix scroll to descriptionkobewi2024-03-311-1/+2
* | Merge pull request #90488 from dalexeev/editor-fix-enum-detect-unnamed-classesRémi Verschelde2024-04-101-12/+25
|\ \
| * | Editor: Fix enum detection for unnamed classesDanil Alexeev2024-04-101-12/+25
* | | Merge pull request #89704 from dalexeev/editor-help-fix-text-colorRémi Verschelde2024-04-101-0/+4
|\ \ \ | |/ / |/| |
| * | Editor: Fix text color in `EditorHelpHighlighter`Danil Alexeev2024-03-201-0/+4
| |/
* | Add further details on properties returning `Packed*Array`A Thousand Ships2024-04-081-0/+18
* | Fix regression with C# build editor crash due to `EditorHelpHighlighter`Danil Alexeev2024-03-241-9/+9
|/
* Merge pull request #89332 from Riteo/werror-never-changesRémi Verschelde2024-03-091-7/+12
|\
| * Fix compiler warning when highlighting codeblocks in editor helpRiteo2024-03-091-7/+12
* | 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