forked from wxFormBuilder/wxFormBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
- 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
NULLwithnullptr, make more use for modern c++. - Minimize the use of helpers in TypeConv (eg.
_STDSTRor_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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request