summaryrefslogtreecommitdiffstats
path: root/editor/editor_help.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-5/+5
|\
| * Merge pull request #98160 from ↵Thaddeus Crews2024-11-181-1/+1
| |\ | | | | | | | | | | | | | | | Rindbee/change-the-parent-node-of-EditorHelpBitTooltip Add `EditorHelpBitTooltip` as a child of `p_target` to avoid jitter
| | * Add `EditorHelpBitTooltip` as a child of `p_target` to avoid jitter风青山2024-10-141-1/+1
| | | | | | | | | | | | | | | | | | | | | Previously the tooltip popup was added as a child of the `p_target`'s viewport (usually the root window), which caused the root window to recalculate the window size, that could cause jitter issues on i3wm if the actual width of the root window was less than `1024`.
| * | 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
| | | | | | | | | | | | (cherry picked from commit 1d62a70c5bb74dfbffffe1c018a861719e93e7ae)
* | | 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
|/ | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-2/+0
| | | | Co-authored-by: Tomasz Chabora <kobewi4e@gmail.com>
* Extract editor main screenkit2024-09-091-2/+3
|
* Merge pull request #78656 from Repiteo/typed-dictionaryRémi Verschelde2024-09-061-3/+19
|\ | | | | | | Implement typed dictionaries
| * 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()`
| * 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
| | | | | | | | | | This avoids conflicts with other editor versions and ensures the cache remains valid if you regularly switch between editor versions.
* | 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 inspector
| * Set `doc_name` even when categories are hidden in the inspectorMichael Alexsander2024-05-281-1/+2
| | | | | | | | Otherwise, tooltips will fail to fetch descriptions.
* | Merge pull request #92454 from jsjtxietian/multi-connectRémi Verschelde2024-05-291-0/+3
|\ \ | |/ |/| | | Prevent connect `scroll_to_paragraph` multiple times to `class_desc`
| * 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 issues
| * 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 ↵Rémi Verschelde2024-05-141-6/+2
|\ \ | | | | | | | | | | | | | | | dalexeev/editor-fix-tileset-categories-and-tooltips Editor: Fix categories and tooltips in `TileSet` editor
| * | 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
| | | | | Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
* 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 description
| * 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 classes
| * | 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`
| * | 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 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
|