Feedback on [BETA] wxcrafter
Posted: Wed Sep 05, 2012 11:21 pm
This is already a very competent piece of software. Comments as follows
1. Missing wx components (at least I couldn't find them )
a. wxStyledTextCtrl
b. wxStdDialogButtonSizer
c. wxTaskBarIcon (not certain if this should be classed as a GUI component)
2. Feature requests
a. Ability to add / customize my own controls? (e.g. a component derived from a standard wxWidget component)
b. Ability to import/convert RAD projects created in (e.g.) wxFormBuilder?
c. Be nice to be able to resize the gui window (can set it via Size option but dragging nicer)
d. Ability to copy+paste items via the treeview
e. Ability to rename items via the treeview
f. No control over public/protected/private for gui items? (at least I can't see it anywhere)
3. Bugs (most significant first)
a. Nested BoxSizers not respecting the proportion setting? (example project created and attached)
b. Cannot set gui items to be invisible
c. Add a statusbar and can drag it, but doing so resizes the whole codelite window
d. Editing the bitmap image for a wxTool item makes the image vanish. (Preview shows it ok)
e. Cannot set initial state of checkbox
f. 2 buttons on the Containers tab do nothing and have no tooltip
4. Irritations (working but annoying me in some way)
a. MessageBox after code generation (simple status bar message would suffice)
b. Location of Save Project and Generate code buttons is non-intuitive
c. Can select items from the GUI representation, but cannot delete them (have to do this from the tree control)
d. Similarly would be nice to be able to connect events via the gui (e.g. right click the component)
e. Shortcuts would be handy (e.g. ctrl+d = delete, and many more!)
1. Missing wx components (at least I couldn't find them )
a. wxStyledTextCtrl
b. wxStdDialogButtonSizer
c. wxTaskBarIcon (not certain if this should be classed as a GUI component)
2. Feature requests
a. Ability to add / customize my own controls? (e.g. a component derived from a standard wxWidget component)
b. Ability to import/convert RAD projects created in (e.g.) wxFormBuilder?
c. Be nice to be able to resize the gui window (can set it via Size option but dragging nicer)
d. Ability to copy+paste items via the treeview
e. Ability to rename items via the treeview
f. No control over public/protected/private for gui items? (at least I can't see it anywhere)
3. Bugs (most significant first)
a. Nested BoxSizers not respecting the proportion setting? (example project created and attached)
b. Cannot set gui items to be invisible
c. Add a statusbar and can drag it, but doing so resizes the whole codelite window
d. Editing the bitmap image for a wxTool item makes the image vanish. (Preview shows it ok)
e. Cannot set initial state of checkbox
f. 2 buttons on the Containers tab do nothing and have no tooltip
4. Irritations (working but annoying me in some way)
a. MessageBox after code generation (simple status bar message would suffice)
b. Location of Save Project and Generate code buttons is non-intuitive
c. Can select items from the GUI representation, but cannot delete them (have to do this from the tree control)
d. Similarly would be nice to be able to connect events via the gui (e.g. right click the component)
e. Shortcuts would be handy (e.g. ctrl+d = delete, and many more!)