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

Display path in tooltips of sub-resource list #87280

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Jan 16, 2024

List of scene's sub-resources lists them using either names or "unnamed". Sometimes it might be desirable to know the path of resource (mostly when you have an error in built-in script and it can't be opened directly), so this PR adds it in the tooltip:
image
Though seems like PopupMenu and tooltips don't work that well together due to some hover issues 🤔

@KoBeWi KoBeWi added this to the 4.x milestone Jan 16, 2024
@KoBeWi KoBeWi requested a review from a team as a code owner January 16, 2024 22:55
@Maran23
Copy link
Contributor

Maran23 commented Jan 17, 2024

I created a PR to deal with the popup mouse hover tooltip problems you mentioned: #85583
Feel free to test if this fixes the problem in this case. It did for the menu.

@YuriSizov YuriSizov modified the milestones: 4.x, 4.3 Jan 17, 2024
@KoBeWi
Copy link
Member Author

KoBeWi commented Jan 17, 2024

@Maran23 Yeah, your PR makes it much more usable.

@YuriSizov YuriSizov merged commit e61cae0 into godotengine:master Jan 17, 2024
15 checks passed
@YuriSizov
Copy link
Contributor

Thanks!

@KoBeWi KoBeWi deleted the all_paths_lead_to_Resource branch January 17, 2024 18:25
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.

3 participants