My classes have a namespace. To my suprise the codecompletion doesn't work anymore. It shows popup sometimes but without anything inside. Could it becuase of the namespace I used?
yes, within namespaces it does not work. Code completion will be changed in the future, and then this should work, but don't expect it anytime (real) soon.
Ah, that explains a lot of problems I've been having with it as well.
It's a bug of ctags
i've fixed it myself but i don't want to release it. cuz may be the fix will cause more bugs.
Quote from: mikeandmore on April 22, 2006, 03:18:08 PM
It's a bug of ctags
i've fixed it myself but i don't want to release it. cuz may be the fix will cause more bugs.
How does this have anything to do with C::B? We don't use ctags AFAIK......
I mean this bug is also apeared in ctags.
for this plugin, check if you skip the tag which start with "using"
DONOT let the tag's defination empty, just skip it.
Quote from: mikeandmore on May 20, 2006, 09:11:39 AM
I mean this bug is also apeared in ctags.
for this plugin, check if you skip the tag which start with "using"
DONOT let the tag's defination empty, just skip it.
Oh ok. I misunderstood you.....