Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: gringo on May 31, 2007, 10:01:39 am

Title: Notification, when build target changes
Post by: gringo on May 31, 2007, 10:01:39 am
Hi,
I think it would be very useful to have a notification, when the active project's build target is changed; maybe an event called "cbEVT_PROJECT_TARGET_CHANGED" or sth. like that. Actually, I want to modify the "Debug" menu according to the currently chosen build target of the active project, so it's necessary, to notice the change. Btw.: the modification of the "Debug" menu has to to be done, because different targets can have different compiler/debugger toolchains.

Regards,

Gringo