Difference between revisions of "DisplayEvents plugin"

From Code::Blocks
(Created page with "Category:Code::Blocks 3rd Party Plugins {{Infobox_Plugin| name = DisplayEvents | logo = File:Generic-plugin.png | developer = Jens Lody | maintainer = | version...")
 
m (Added link.)
 
Line 8: Line 8:
 
}}
 
}}
  
'''DisplayEvents''' records every time a [[Code::Blocks SDK events|Code::Blocks event]] registered with <tt>RegisterEventSink</tt> is sent, printing in the Code::Blocks Debug log. This is useful for determining which events to register during plugin development, at what points in time the events are triggered, and in what order the events are triggered.
+
'''DisplayEvents''' records every time a [[Code::Blocks SDK events|Code::Blocks event]] registered with <tt>RegisterEventSink</tt> is sent, printing in the Code::Blocks Debug log. This is useful for determining: which events to register during [[Developer documentation#Plug-In development|plugin development]], at what points in time the events are triggered, and in what order the events are triggered.
  
 
* Forum thread for discussion: [/index.php/topic,15210.msg102134.html#msg102134]
 
* Forum thread for discussion: [/index.php/topic,15210.msg102134.html#msg102134]
 
* Link for download: [http://apt.jenslody.de/downloads/DisplayEvents_0.3.7z]
 
* Link for download: [http://apt.jenslody.de/downloads/DisplayEvents_0.3.7z]

Latest revision as of 02:57, 18 September 2011

DisplayEvents
Generic-plugin.png
Developer(s): Jens Lody
Maintainer(s):
Version: 0.3

DisplayEvents records every time a Code::Blocks event registered with RegisterEventSink is sent, printing in the Code::Blocks Debug log. This is useful for determining: which events to register during plugin development, at what points in time the events are triggered, and in what order the events are triggered.

  • Forum thread for discussion: [/index.php/topic,15210.msg102134.html#msg102134]
  • Link for download: [1]