News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

CodeCompletion doesn't work if I use namespace

Started by frankmail007, February 23, 2006, 08:32:19 AM

Previous topic - Next topic

frankmail007

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?

killerbot

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.

royalbox

Ah, that explains a lot of problems I've been having with it as well.

mikeandmore

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.

sethjackson

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......

mikeandmore

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.

sethjackson

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.....