Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editor: Fix some issues with EditorHelpTooltip #83094

Conversation

dalexeev
Copy link
Member

@export_category("class|test")
@export var d: Dictionary = {key = 123}
signal s2(a: Array[int])
  1. Fix tooltips for dictionary keys.
  2. Fix tooltips for categories starting with class|.
  3. Add BBCode markup escaping for signal parameters.

@dalexeev dalexeev added this to the 4.2 milestone Oct 10, 2023
@dalexeev dalexeev requested a review from a team October 10, 2023 08:35
@dalexeev dalexeev force-pushed the editor-fix-some-editor-help-tooltip-issues branch from 09799d1 to f56532c Compare October 10, 2023 17:02
@akien-mga akien-mga merged commit 87460bd into godotengine:master Oct 10, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@dalexeev dalexeev deleted the editor-fix-some-editor-help-tooltip-issues branch October 10, 2023 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dictionary key tooltips broken
3 participants