should such behavior considered as right ?
where I could find cbEventsDisplay plugin ?
I created a similar plugin as quick hack.
You can download the source from
http://apt.jenslody.de/patches/DisplayEvents.zip http://apt.jenslody.de/patches/DisplayEvents_0_2.zip.
It has to be build from inside C::B's source tree (create "src/plugins/contrib/DisplayEvents" and put files inside).It can be build with codeblocks-development headers installed. That means it should work without the need to download full svn-source-tree.
It only shows the time when the event occurs and the type of the event (registered with "RegisterEventSink(..)") atm.
As I said it's just a quick hack, but you can try it if you want.
And you need to start codeblocks with "-d" option, or from console to see the output (it goes to C::B's debug-log).
Only tested and compiled on linux, might need some tweaks to work on win.