wxBEGIN_EVENT_TABLE(... , ...)
//stuff go here for example EVT_MENU
wxEND_EVENT_TABLE()
This is stuff responsible for bug.
BUG #1: Bug is that the plugin "Code Completion" in toolbar is not working properly. Not all methods are listed. But in Symbols tab in Management pane there are.
BUG #2:Also noticed that the implementation of "the symbol browser tree" also has bugs by the above stuff. Context menu does not have the "Jump to implementation" button. Only Jump to declaration.
The screenshot illustrate what I wanted to convey (especially BUG #1)
Workaround is put it at the end of source file.
Problem solved. Explanation here:
http://forums.codeblocks.org/index.php/topic,20057.0.html
It may be added as default setting for future versions.
Last edit: ollydbg 2015-04-19
Hi, qtreez, I have implement the macro expansion feature, so you don't need to add macro replacement rules. You can try the newest nightly build.
I will mark this as solved, please report any issue here or in the forum, thanks.