Author Topic: Really,I need ctag file support!  (Read 9067 times)

mikeandmore

  • Guest
Really,I need ctag file support!
« 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.

takeshimiya

  • Guest
Re: Really,I need ctag file support!
« Reply #1 on: April 01, 2006, 12:49:08 pm »

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Really,I need ctag file support!
« Reply #2 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...
Life would be so much easier if we could just look at the source code.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Really,I need ctag file support!
« Reply #3 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

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Really,I need ctag file support!
« Reply #4 on: April 02, 2006, 02:13:36 am »
Thanks Michael, you got a pm.
Life would be so much easier if we could just look at the source code.