Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Standalone Indexer (again :)

I'm not at work and so can't search the source right now, but it's a good bet that you'll find very useful example code somewhere in the CDT's extensive suite of tests.  In general, I find that is where the best API examples live for most open-source projects.

Tom

2008/12/25 <ip77@xxxxxxxxx>
Hi to all -

First - I'd like to thank you all, CDT is great!

I was using CDT for a while now. I'm playing around with some standalone (not an Eclipse plugin) application using CDT, partly as an academic project, partly as a hobby. After some investigation I was able to make it parse source files, build AST and then perform some simple processing. And I believe I did it in a simplest possible way (using GPPLanguage.getDefault().getASTTranslationUnit(...) and visitors).

Now I'm dreaming about building an Index :) I know this subject is returning over and over and I understand perfectly that standalone applications is not exactly what CDT was made for, but if anyone could share any example of building standalone Index/Indexer I would be very, very grateful.

Enjoy your Holidays :)


Thanks a lot

- Pawel Iwaszko


----------------------------------------------------------------------
Tysiace zabawnych wierszyków.Dodaj swoj
Sprawdz >>> http://link.interia.pl/f1fcd

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top