Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: heromyth on October 21, 2005, 04:13:15 pm

Title: Change some actions when CB starting and closing
Post by: heromyth on October 21, 2005, 04:13:15 pm
While CB is closing, it will activate all the projects in current workspace. I don't think it necessary. For example, I have a plugin which has used the OnProjectActivated event. So my plugin will be run so many times when CB closing. If the plugin is very big, it is unimaginable.
I have made these changes one month ago. It seems no problem. :)
Here is the patch :
   https://sourceforge.net/tracker/index.php?func=detail&aid=1334208&group_id=126998&atid=707418
Title: Re: Change some actions when CB startups and closes
Post by: rickg22 on October 21, 2005, 05:15:52 pm
Whoa! Looks like a big SDK change. But I'm afraid we'll have to change that only after releasing RC2...
Please remind me, I have an awful memory.
Title: Re: Change some actions when CB startups and closes
Post by: heromyth on November 01, 2005, 04:40:25 pm
Whoa! Looks like a big SDK change. But I'm afraid we'll have to change that only after releasing RC2...
Please remind me, I have an awful memory.

Do you rember this. It seems not to be so long before the C:B RC2 has been released.