Page 1 of 1

Code Completion fixes (supproting global namepace)

Posted: Thu Dec 31, 2009 4:07 pm
by Loaden
can't indexer this macro:

Code: Select all

::MessageBox(NULL, 0, 0, 0);
cl2.png
but, if not use global namespace, it's work fine.
cl3.png

Re: Code Completion fixes (supproting global namepace)

Posted: Thu Dec 31, 2009 4:31 pm
by eranif
This because i set the global namespace to select only methods...


It was probably a mistake and it should allow collecting macros as well

I will fix this in trunk

Eran

Re: Code Completion fixes (supproting global namepace)

Posted: Thu Dec 31, 2009 5:00 pm
by Loaden
Thanks!!