Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] callback on CDT project creation

> I need to do some post-processing when a C/C++ project is being created via the CDT new project wizard.

I'm not sure off the top of my head if that helps in your situation, but have you tried a CProjectDescriptionListener?

http://help.eclipse.org/oxygen/topic/org.eclipse.cdt.doc.isv/reference/api/org/eclipse/cdt/core/model/CoreModel.html#addCProjectDescriptionListener-org.eclipse.cdt.core.settings.model.ICProjectDescriptionListener-int-

I can't quickly find any documentation, but there is some JavaDoc on org.eclipse.cdt.core.settings.model.CProjectDescriptionEvent .

 -Christian



Back to the top