Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] API for New Scanner Discovery

Hi John,
These methods were moved to a separate interface as changing public API of ICConfigurationDescription would break compatibility. As far as manipulating configuration description you can take a look at test cases in org.eclipse.cdt.core.tests/org.eclipse.cdt.core.language.settings.providers. LanguageSettingsPersistenceProjectTests.testProjectDescription_ReadWriteDescription() can be instructive.

Thanks,
Andrew


On Fri, Apr 12, 2013 at 12:25 PM, John Eblen <jeblen@xxxxxxx> wrote:
Hi

The wiki for the new scanner discovery feature:


mentions an API in ICConfigurationDescription for setting the providers for a configuration.

This API seems to be missing in the current CDT source, even in the development branches.

Why was this API removed? What is the proper way to change, programmatically, a
configuration's providers?

My goal is to change the default providers for a specific project type.


Thanks
John Eblen

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top