Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Default indexer preference to 'Use active build configuration'

Apparently, that value is stored in org.eclipse.cdt.core/preferences files (it's a "configRelations" attribute of the "preferences" element). It is not an Eclipse preference and it's default cannot be overridden.

I would try to create a CDT patch that would read default from an Eclipse preference store (you would need to put that change at CProjectDescriptionPreferences:98) and submit it alongside your bug.

On Fri, Mar 16, 2012 at 9:47 AM, Richard Horbach <richard.horbach@xxxxxxxxxx> wrote:
 Hi,

We are delivering a customized version of CDT with our toolchain. Because of issue https://bugs.eclipse.org/bugs/show_bug.cgi?id=313944 (Project explorer or editor don't reflect active configuration change) and the confusion this bring about for our customers, we are considering to set the (global) Indexer preference by default to 'Use active build configuration'. However there seems to be no preference key availabe to set this preference in plugin_customization.ini. Shall I make a bugzilla issue for this request?

Regards,
Richard Horbach

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


Back to the top