Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: MortenMacFly on October 30, 2007, 03:43:52 pm
-
Dear Byo... ;-)
another time I worked with wxSmith and found out a minor (but annoying for me) issue:
In the resource tree, when you add an element it get the default var name, e.g. "BoxSizer1". Now when you rename the var name to something else the tree label does not get updated at all. Once you have a quite big tree you have all those default var names accross but the underlaying "real" var names may have been updated a long time ago. This makes it hard (for me) to track which var name I forgot to update. The only work-around so far is to close and re-open the wxSmith project. :-(
Any chance this gets fixed?!
With best regards, Morten.
Ps.: Anyways - the new click-and-drop mechanism is really nice!!!!! Way more advanced and intuitive than the (still present) "Insert..." buttons. Cool! 8)
-
happens to me too
-
Hmm, I've been fixing the bug but it looks like something deeper.
I'll have to udate to newest wxPropertyGrid first since I'm working on broken code (because of wxPropGrid incompatibilities) so please be patient :)
Regards
BYO
-
I'll have to udate to newest wxPropertyGrid first since I'm working on broken code (because of wxPropGrid incompatibilities) so please be patient :)
Sure I am... the UI is readily designed for now so you have time until I start the next UI project. ;-) :lol: :lol: :lol:
-
Dear Byo... ;-)
another time I worked with wxSmith and found out a minor (but annoying for me) issue:
In the resource tree, when you add an element it get the default var name, e.g. "BoxSizer1". Now when you rename the var name to something else the tree label does not get updated at all.
A bug report (http://tiny.pl/jqlq) for this one has been around for some time.
-
Should work now.
BYO
-
Should work now.
Confirmed. Thanks again so much, mate.. ;-)