Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Preprocessor define not found
(1/1)
childinsilence:
Hi,
Revision 6673 will fail to detect defines, which are inside of #ifdefs:
--- Code: ---#define BLA
#ifdef BLA
#define BLUBB 1234
#end
int test()
{
return BLUBB;
}
--- End code ---
BLUBB is not detected. It isn't shown in the symbol browser under "Preprocessor symbols" and will be not completed when pressing CRTL+Space.
Loaden:
confirmed! :(
Loaden:
Fixed in r6676. :D
childinsilence:
Confirmed and marvelous. :D
Navigation
[0] Message Index
Go to full version