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

Combine PropertyGrid tab information. #6108

Merged
merged 2 commits into from
Nov 3, 2021
Merged

Conversation

JeremyKuhne
Copy link
Member

@JeremyKuhne JeremyKuhne commented Nov 2, 2021

Combine tab related data into a record for clarity and safety. Use a List<> instead of an array to avoid complicated insert logic.

Maintain tab selection as an instance instead of an index.

Move error handling to CreateTab so thrown exceptions with messages (missing a bitmap / name for the tab) are actually thrown instead of a silent failure.

Microsoft Reviewers: Open in CodeFlow

Combine tab related data into a record for clarity and safety. Use a List<> instead of an array to avoid complicated insert logic.

Maintain tab selection as an instance instead of an index.

Move error handling to CreateTab so thrown exceptions with messages (missing a bitmap / name for the tab) are actually thrown instead of a silent failure.
@JeremyKuhne JeremyKuhne requested a review from a team as a code owner November 2, 2021 22:55
@ghost ghost assigned JeremyKuhne Nov 2, 2021
@JeremyKuhne
Copy link
Member Author

Arm failed with MenuStrip_WndProc_InvokeMouseActivateWithHandle_Success

Tanya-Solyanik
Tanya-Solyanik previously approved these changes Nov 3, 2021
Copy link
Member

@Tanya-Solyanik Tanya-Solyanik left a comment

Choose a reason for hiding this comment

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

Looks good. Is the test failure intermittent?

@JeremyKuhne
Copy link
Member Author

Is the test failure intermittent?

Didn't see any reference to it, just tagging it for now as this is the "first" occurrence.

@JeremyKuhne JeremyKuhne merged commit 39c1cfb into dotnet:main Nov 3, 2021
@ghost ghost added this to the 7.0 alpha1 milestone Nov 3, 2021
@JeremyKuhne JeremyKuhne deleted the pgrid23 branch November 3, 2021 19:48
@ghost ghost locked as resolved and limited conversation to collaborators Jan 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants