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?