Editor: Inspector and Signal docks improvements#81221
Merged
akien-mga merged 1 commit intogodotengine:masterfrom Sep 2, 2023
Merged
Editor: Inspector and Signal docks improvements#81221akien-mga merged 1 commit intogodotengine:masterfrom
akien-mga merged 1 commit intogodotengine:masterfrom
Conversation
fca337b to
614a557
Compare
YuriSizov
reviewed
Sep 1, 2023
YuriSizov
reviewed
Sep 1, 2023
YuriSizov
reviewed
Sep 1, 2023
YuriSizov
reviewed
Sep 1, 2023
YuriSizov
approved these changes
Sep 1, 2023
614a557 to
c33ca26
Compare
Member
|
Thanks! |
This was referenced Sep 16, 2023
This was referenced Oct 2, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@export_categoryinterferes with the property inspector tooltip #64432.1. Fixes a part of #78934 (no description for properties after
@export_category).There is now a way (
hint_string) to distinguish type categories from custom categories. This is consistent with scripts, they already usehint_string.godot/core/object/object.h
Line 492 in 549fcce
godot/core/object/script_language.cpp
Line 124 in 549fcce
Also we can make the background a bit less bright than normal categories.
2. Added a tooltip when hovering a class item in the Signal dock, to be consistent with the Inspector.
3. Added "Open Documentation" context menu for classes to Inspector and Signal docks.
4. Fixed a bug with displaying incorrect tooltips for callback items.
Before:

After:

5. Fixed a bug where descriptions could be truncated if they contain
::(themaxsplitargument forString.split()is now specified)