Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Managed Build System automatic project conversion

Hi,

Using the extension point, org.eclipse.cdt.managedbuilder.core.projectConverter, to provide a project converter I only see my converter being called when the user selects the project context menu "Convert to...".

Is there a way to get project conversion done automatically when a user opens a workspace, opens a closed project or imports a project?

Do I have to install listeners manually myself in those places? Any tips on how to proceed if that is the case please?


cheers john

p.s. using [Eclipse 3.4.2, CDT 5.0.2]


Back to the top