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

Fix missing gutter icon for inner class method overrides #89545

Merged

Conversation

brno32
Copy link
Contributor

@brno32 brno32 commented Mar 15, 2024

Fixes #69023

Also handles inner, inner classes! And inner, inner, inner classes... and so on.
Cap

@brno32 brno32 requested a review from a team as a code owner March 15, 2024 23:30
@YeldhamDev YeldhamDev added this to the 4.3 milestone Mar 15, 2024
@brno32 brno32 force-pushed the override-gutter-icon-inner-class-method branch from d7f6717 to 56d7ec3 Compare March 16, 2024 00:19
@brno32 brno32 requested a review from RedMser March 16, 2024 00:20
@RedMser
Copy link
Contributor

RedMser commented Mar 16, 2024

Haven't tested but code changes look good.

Copy link
Member

@Paulb23 Paulb23 left a comment

Choose a reason for hiding this comment

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

Small note inline otherwise looks good.

editor/plugins/script_text_editor.cpp Outdated Show resolved Hide resolved
@brno32 brno32 force-pushed the override-gutter-icon-inner-class-method branch from 56d7ec3 to 1d93a1f Compare March 25, 2024 21:39
@brno32 brno32 requested a review from Paulb23 March 25, 2024 21:40
@akien-mga akien-mga merged commit 4dec783 into godotengine:master Mar 26, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@brno32
Copy link
Contributor Author

brno32 commented Mar 26, 2024

No problem! I didn't get to push up a change to reflect @Paulb23's feedback, so if that's still wanted, I opened a follow-up PR.

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.

Override gutter icon does not show for inner classes
5 participants