News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Really,I need ctag file support!

Started by mikeandmore, April 01, 2006, 12:07:01 PM

Previous topic - Next topic

mikeandmore

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.


yop

The link that enarif had in his post is broken. Does anyone have that piece of code? I 'm curious...
Life would be so much easier if we could just look at the source code.

Michael

Quote from: 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...

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

Best wishes,
Michael
[url="http://img207.imageshack.us/img207/9728/411948picture4em.png"]http://img207.imageshack.us/img207/9728/411948picture4em.png[/url]

yop

Life would be so much easier if we could just look at the source code.