Bug #11612 2007-07-22 15:34

yop

Plugins are not notified with cbEVT_COMPILER_STARTED

A global search for cbEVT_COMPILER_FINISHED reveals that the event is propagated to the plugins:

CodeBlocksEvent evt(cbEVT_COMPILER_FINISHED, 0, 0, 0, this);

evt.SetInt(m_LastExitCode);

Manager::Get()->GetPluginManager()->NotifyPlugins(evt);

The same global search for cbEVT_COMPILER_STARTED reveals only the event definition. The plugins are never notified for the compilation startup.

Category
Compiler
Group
 
Status
Closed
Close date
2007-07-26 16:50
Assigned to
 
mandrav 2007-07-26 16:50

This bug is now fixed in HEAD.

Thank you for reporting it.