KeyWorksRW

Results 100 issues of KeyWorksRW

### Description: **wxAddRemoveCtrl** -- https://docs.wxwidgets.org/trunk/classwx_add_remove_ctrl.html We should be able to at least add a listbox version of this. For the four functions, we could use code snippets -- edited and...

enhancement

### Description: There needs to be a way to limit events that are only available with specific versions of wxWidgets. For exampe, EVT_WEBVIEW_NEWWINDOW_FEATURES is only available with wxWidgets 3.3. It...

design change

### Description: Currently we test importing by comparing a the appearance of a form in the original designer (e/g. wxFormBuilder) side by side with the appearance of the form in...

enhancement

### Description: If the Images node is deleted, the `ImageHandler` class (image_handler.h) needs to be cleared, and re-initialized. Without doing this, code generation is broken because it is still assuming...

bug

### Description: A `OnDropFiles` event should be added to the standard window events. If the user specifies a handler, then when the window is created, it must call `widget->DragAcceptFiles(true);`.

enhancement
low priority

### Description: In the XRC panel, it would be useful to create a third panel called "Preview" that would display a live preview of the XRC code. Forms that could...

enhancement

### Description: It should be possible for source code views to use hyperlinks for known wxWidgets controls. This would generate a wxEVT_STC_HOTSPOT_CLICK event. On Windows, this would switch to the...

enhancement

### Description: In Debug builds, if you select an item in a gridbagsizer, right-click it and move it into a sizer, you get an assertion error about it not being...

bug

### Description: Once we have a release (or maybe a beta), we should let the wakatime folks know -- the following is a list of the current supported editors and...

### Description: Currently there is no check in the ID Editor to see if the value the user specifies has been used elsewhere in the dialog. A bit tricky, but...

enhancement