Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => CodeCompletion redesign => Topic started by: mikeandmore on April 01, 2006, 12:07:01 pm

Title: Really,I need ctag file support!
Post by: mikeandmore on April 01, 2006, 12:07:01 pm
i really like the codecompletion plugin,before find the CB,i'm working on "slickedit",a commercial IDE.

the codecompletion is very good!!
e.g.

std::string str;
str.

and it list the member of the std::string;

string str;
str.

also list them.

i read your source .(you delete the cache feature.)
i think it's impossible to parse in real-time.i think it can load tagfile tokens.So that the system API or Class can be auto completed.
Title: Re: Really,I need ctag file support!
Post by: takeshimiya on April 01, 2006, 12:49:08 pm
Check this: http://forums.codeblocks.org/index.php?topic=1889.0
Title: Re: Really,I need ctag file support!
Post by: yop on April 01, 2006, 09:27:43 pm
The link that enarif had in his post is broken. Does anyone have that piece of code? I 'm curious...
Title: Re: Really,I need ctag file support!
Post by: Michael on April 01, 2006, 11:18:55 pm
The link that enarif had in his post is broken. Does anyone have that piece of code? I 'm curious...

I have it. I can send it to you if you wish or put it into my Fille Hosting.

Best wishes,
Michael
Title: Re: Really,I need ctag file support!
Post by: yop on April 02, 2006, 02:13:36 am
Thanks Michael, you got a pm.