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

Improve documentation tooltips #159

Merged
merged 4 commits into from
Jul 7, 2024
Merged

Improve documentation tooltips #159

merged 4 commits into from
Jul 7, 2024

Conversation

limbonaut
Copy link
Owner

See individual commits.

Resolves #156.

limbonaut added 4 commits July 6, 2024 12:33
- Fix tooltip not shown for scripted tasks in TaskPalette
- Allow following links in the tooltip text
- If help data cannot be found, an empty tooltip is shown instead
As things currently stand in Godot Engine, documentation comments are
not loaded from user scripts into help system when the project is
started. This leads to empty tooltips for user tasks in LimboAI, unless
such a script is resaved.

This hack forces script documentation to be added to help system,
when the editor needs it to show a tooltip.
@limbonaut limbonaut added the enhancement New feature or request label Jul 7, 2024
@limbonaut limbonaut merged commit 0f9c566 into master Jul 7, 2024
16 checks passed
@limbonaut limbonaut deleted the improve-tooltips branch July 7, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Documentation tooltips are broken in 4.3
1 participant