XRCed Wish List

1. A simple way to add support for custom (read "written by you") controls. I think it might be really cool to only have to add a function that returns a dict of the attributes that can be set on the control, and then add the module that contains the control to a list somewhere accessible from the XRCed GUI.

1. A graphic way to put controls on a container at a fixed position with a fixed size. I even think this should be the default behavior to ease the use of XRCed for first time users.

1. A way to define which event handlers the control should handle. The code generator (pywxrc) will then be able to generate empty overridable methods. This one is already on Eli's list and will hopefully be implemented soon.

1. Code generation for languages other than Python. Eli will probably implement the C++ code generation, but maybe we should help our wxRuby and wxPerl friends as well.

1. Refactor to make it easy to embed XRCed functionality into other applications, such as full fledged IDEs or RAD tools.

1. An option to always set default 5pt borders on all sides for all new controls.

1. A way to select multiple controls for delete / cut / copy

1. The ability to select a group of controls/containers and say "wrap these in a sizer of this kind".

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.