Menu

#144 Code Completions fails with wxBEGIN_EVENT_TABLE macro.

Undefined
fixed
ollydbg
Undefined
2015-09-06
2015-03-01
qtreez
No
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.

1 Attachments

Discussion

  • qtreez

    qtreez - 2015-03-01

    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
  • ollydbg

    ollydbg - 2015-04-19
    • labels: --> CodeCompletion
     
  • ollydbg

    ollydbg - 2015-09-06

    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.

     
  • ollydbg

    ollydbg - 2015-09-06
    • status: open --> fixed
    • assigned_to: ollydbg
     

Log in to post a comment.