Author Topic: CodeCompletion doesn't work if I use namespace  (Read 12937 times)

Offline frankmail007

  • Multiple posting newcomer
  • *
  • Posts: 23
CodeCompletion doesn't work if I use namespace
« on: February 23, 2006, 08:32:19 am »
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?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: CodeCompletion doesn't work if I use namespace
« Reply #1 on: February 23, 2006, 10:16:47 am »
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

  • Guest
Re: CodeCompletion doesn't work if I use namespace
« Reply #2 on: February 24, 2006, 03:28:39 pm »
Ah, that explains a lot of problems I've been having with it as well.

mikeandmore

  • Guest
Re: CodeCompletion doesn't work if I use namespace
« Reply #3 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.

sethjackson

  • Guest
Re: CodeCompletion doesn't work if I use namespace
« Reply #4 on: April 22, 2006, 03:21:56 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

  • Guest
Re: CodeCompletion doesn't work if I use namespace
« Reply #5 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.

sethjackson

  • Guest
Re: CodeCompletion doesn't work if I use namespace
« Reply #6 on: May 20, 2006, 02:36:25 pm »
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.....