Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT survey

There should probably be some degree of control over where language setting providers store their data. Our projects use two providers, the standard UserLanguageSettingsProvider and an instance of LanguageSettingsGenericProvider. The data in UserLanguageSettingsProvider is entered by user and is intended to be shared. The data in LanguageSettingsGenericProvider is obtained from our build system and is not intended to be put under source control.

-sergey


On Mon, Jul 22, 2013 at 5:24 PM, Nathan Ridge <zeratul976@xxxxxxxxxxx> wrote:
> BTW. I guess I forgot to add this to my survey answers, but since the
> "Add Include Paths" does not support Multiple Selections yet,
> I just added one directory before in the old "Paths&Symbols" pages, and
> then went to to .cproject file, and added all the rest
> by copy&paste&adapt in the XMl file.
> Now, with the new Language Settings providers, this moved by reference
> into the
> .metadata/.plugins/org.eclipse.cdt.core/<project-name>.language.settings.xml
> settings (whatever the reason is).
> Why is this not added in the project itself, where the .cproject is located?

I find this very annoying, too. I liked being able to keep project settings
under version control by putting the .project and .cproject files in version
control. Now I'd have to put the entire workspace under version control...

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


Back to the top