News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Bug in codecompletition?

Started by Sap_ru, October 17, 2011, 02:38:41 PM

Previous topic - Next topic

Sap_ru

I can't add bug at bugtracker, so I write this here:

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.

oBFusCATed

(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!]