wxUiEditor
wxUiEditor copied to clipboard
RAD tool used to create and maintain wxWidgets UI elements.
### Description: The `parameters` property of a `CustomControl` is currently just a normal string. This should be changed to use a custom dialog, similar to what we use for the...
### Description: It's possible to load a project file from a newer version of wxUiEditor that has properties that we don't recognize. It's likely that the various objects will display...
### Description: If a menu item type is set to wxITEM_CHECK and a bitmap is used, the normal checkbox will not be displayed if the item is checked. Instead the...
### Description: The Derived Source panel is no longer showing event handlers. This may be because the derived file already exists, but it would be worth showing those event handlers...
### Description: Currently when you insert a widget in the Navigation pane, the new widget is always appended to the end of the selected items children. This requires the user...
### Description: When something like a wxTextCtrl has a validator variable set, then Mockup should check validator data type and filter type, and create a validator that will work the...
### Description: Current testing for importing from the various designers is mostly limited to projects that I have downloaded. That's fairly thorough for wxFormBuilder where I have literally hundreds of...
### Description: wxUIEditor: Latest daily build For forms where the size is expressed like this  the code in `::Create()` function is:  The result on final application is shown...
### Description: The code for the Mockup panel was written very early in the project. It really needs a review to see if it's possible to make the display of...
### Description: We remove leading spaces in lambda functions, however that doesn't allow for indentation. It would make more sense to parse all the lines and see if there is...