Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Early build config creation

Title: Early build config creation
When it starts up one of our plugins creates some additional managed builder Configurations. However when the C++ Projects view restores its state on startup this can cause the projects to be loaded and those projects can’t find their correct configuration because it hasn’t been created yet.

Any thoughts on how to get our plugin’s Configuration creating code to run before ManagedBuildManager loads project info? It looks like it would be nice if there was a way to extend ManagedBuildManager.loadExtensions.

Thanks – Ken


Back to the top