yes I plan to post more patches. it is just that I have to do my normal life and work too, so my contribution come a little irregular, sorry for that.
I specially want to send in those patches for wxSmith...
right now I have a problem with the debugger plugin, I don't seem to be able to understand or track down.
I have everything built with wx3.0 STL and working so far. but if I have a project open, then close it and open the same or another project, c::b crashes on me. it tracks to the menu of the debugger plugin. concrete to the function that recreates the target menu, the point, where the plugin wants to delete the menu items in the "Select target" submenu.
This also happens when trying to release the plugin. the crash report always lists this function
void DoClearTargetMenu();
when I out-comment the line actually deleting the item c::b ceases to crash. naturally then the menu doesn't get cleared and opening a new project adds the new targets to the existing.
I attach a crash report
perhaps it is only my version of wx3.0.2