Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: ollydbg on August 20, 2015, 04:55:31 pm
-
Hi, I found that I have three cbEVT_EDITOR_ACTIVATED sent when I double click on a project tree file in the project manager panel.
See my log message here: Re: question about m_NeedsBatchColour variable in CC (http://forums.codeblocks.org/index.php/topic,20518.msg139595.html#msg139595)
Also, search the forum, we have discussed this issue before:
This one: Re: event sequence question? (http://forums.codeblocks.org/index.php/topic,15210.msg131730.html#msg131730) or that one: Puzzling cbEVT_EDITOR_* event behavior (http://forums.codeblocks.org/index.php/topic,11663.msg79283.html#msg79283).
The duplicated events make writing plugin a little hard. Some caches are needed to only handle the editor event once(not three times)