Author Topic: Bug in codecompletition?  (Read 3169 times)

Sap_ru

  • Guest
Bug in codecompletition?
« on: October 17, 2011, 02:38:41 pm »
I can't add bug at bugtracker, so I write this here:

Code
typedef struct {
int a;
int b;
} StructType;
#define StructAddr 0x1000
#define TEST (*(StructType *)StructAddr)
TEST. /* Codecompltetion doesn't show anything. */
(*(StructType *)StructAddr). /*  Ok. Codecompltetion shows fields. */

Seems like codecompletition doesn't parse defines correctly.
This works (doesn't work?) for both - 10.05 and latest nightly.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Bug in codecompletition?
« Reply #1 on: October 17, 2011, 03:29:56 pm »
Missing feature, not a bug.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]