Fabien LastName Messages: 5 Registered: April 2012 Location: Tours
Junior Member
Hi all,
I'm new in plug-in eclipse dev. I make my own toolchain for CDT without problem and i want add another functon for my plug-in.
I want an automatic parser (like C/C++ Indexer) for my C source file. At now, I launch my parser with a toolbar button but i want to now if it's possible to launch this parser when i open a file. I find some stuff on google but it doesn't work.