Code Completion fixes (supproting global namepace)

General questions regarding the usage of CodeLite
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Code Completion fixes (supproting global namepace)

Post 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
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Code Completion fixes (supproting global namepace)

Post 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
Make sure you have read the HOW TO POST thread
Loaden
CodeLite Enthusiast
Posts: 35
Joined: Sat May 02, 2009 1:56 pm
Contact:

Re: Code Completion fixes (supproting global namepace)

Post by Loaden »

Thanks!!
Post Reply