Name variables correctly (camel case, members prefixed with m_).
Fix spacing and other formatting.
https://github.com/wxWidgets/wxWidgets/pull/26567
(20 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()
@vadz commented on this pull request.
I'm always uncomfortable applying changes like this because there is always a risk of breaking something without any really good reason to do it.
For example, I've randomly checked if anybody uses m_primary_scheme_colour and it seems like CodeLite does. So I think we need to leave the protected variables alone...
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()