Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: frankmail007 on February 23, 2006, 08:32:19 am

Title: CodeCompletion doesn't work if I use namespace
Post by: frankmail007 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?
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: killerbot 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.
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: royalbox on February 24, 2006, 03:28:39 pm
Ah, that explains a lot of problems I've been having with it as well.
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: 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.
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: sethjackson 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......
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: 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.
Title: Re: CodeCompletion doesn't work if I use namespace
Post by: sethjackson 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.....