wxUiEditor icon indicating copy to clipboard operation
wxUiEditor copied to clipboard

RAD tool used to create and maintain wxWidgets UI elements.

Results 110 wxUiEditor issues
Sort by recently updated
recently updated
newest added

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### 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...

enhancement

### Description: wxUIEditor: Latest daily build For forms where the size is expressed like this ![image](https://github.com/KeyWorksRW/wxUiEditor/assets/33904565/4c7cb426-d0f5-49e9-b831-f0ca43baf12e) the code in `::Create()` function is: ![image](https://github.com/KeyWorksRW/wxUiEditor/assets/33904565/68fe8644-cc66-49a7-a7c0-9d9c6d12983c) The result on final application is shown...

bug

### 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...

code review/refactor

### 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...

enhancement