While programming, we add components and for handling events, we need event handlers. No doubt, wxsmith provides a method for creating these event handlers. But sometimes, suppose, this component becomes unnecessary, and I want to delete it. No doubt, there is a feature for that as well. But the event handlers associated with it are not deleted. Also, sometimes these event handlers become useful for some other new component. In such a case, we might want to rename the event handler name. This renaming can be made manually. But this is not affected in the wxsmith interface. So, I would like to request the code::blocks development team to implement this feature in the next nightly.
But I don't mean to say that the event handler should get deleted while deleting the components with which it is associated. They should be deleted as per the wish and will of the programmer.
I'm sorry if this feature is already implemented. Please let me know if it is so...
Thank you very much for this great IDE. It is my favourite IDE. It has made my development quick, reliable and cheap.