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

Autocomplete properties in tween_property #76591

Merged
merged 1 commit into from Dec 14, 2023

Conversation

HolonProduction
Copy link
Contributor

@KoBeWi
Copy link
Member

KoBeWi commented Oct 11, 2023

Autocompletion does not work well with custom classes:
image
There are no properties from base native class.

@HolonProduction HolonProduction force-pushed the complete-tween branch 2 times, most recently from 8a43c67 to 2dab77f Compare October 14, 2023 13:25
modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
modules/gdscript/gdscript_editor.cpp Outdated Show resolved Hide resolved
@HolonProduction
Copy link
Contributor Author

Autocompletion does not work well with custom classes: There are no properties from base native class.

Should handle inheritance correctly now.

Copy link
Member

@KoBeWi KoBeWi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works correctly on the editor side.

@akien-mga akien-mga changed the title Autocomplete properties in tween_property. Autocomplete properties in tween_property. Oct 16, 2023
Copy link
Member

@adamscott adamscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine!

@YuriSizov YuriSizov changed the title Autocomplete properties in tween_property. Autocomplete properties in tween_property Dec 14, 2023
@YuriSizov YuriSizov merged commit 5c99558 into godotengine:master Dec 14, 2023
15 checks passed
@YuriSizov
Copy link
Contributor

Thanks!

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.

Add property autocompletion for tween_property()
6 participants