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

Code refactor/restyle using clang-format #4

Open
4 of 5 tasks
redtide opened this issue May 9, 2021 · 0 comments
Open
4 of 5 tasks

Code refactor/restyle using clang-format #4

redtide opened this issue May 9, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@redtide
Copy link
Collaborator

redtide commented May 9, 2021

  • Prettify the code following WebKit code style.
  • Remove all wxT, unnecessary _() functions and wx version checks for old 2.9, support only 3.0+.
  • Replace NULL with nullptr, make more use for modern c++.
  • Minimize the use of helpers in TypeConv (eg. _STDSTR or _WXSTR)
  • Check for conflicts with events from widgets designed at runtime and the application UI,
    probably caused by wrong IDs and/or static event tables.
@redtide redtide added the enhancement New feature or request label May 9, 2021
@redtide redtide added this to the 0.1.0 milestone May 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant