Menu

#236 No code completion in array-of-struct

Undefined
open
nobody
Bug_Report
2015-10-19
2015-10-14
fenugrec
No

Given

struct asdf { int var1;};

struct asdf st1;
struct asdf st2[];

1) autocomplete will work for members of st1 : typing "st1.v" will suggest "var1". This is good!
2) autocomplete will fail for members of st2 : typing "st2[0].v" will suggest nothing. This is bad !

Attached is an almost-empty project, to reproduce. Tested only on SVN 10499 (haven't seen anything related in the commits since then)

1 Attachments

Discussion

  • ollydbg

    ollydbg - 2015-10-19
    • labels: code completion --> CodeCompletion
     
  • ollydbg

    ollydbg - 2015-10-19

    I can confirm this bug, thanks for the report!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.