Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] code style with shared configuration

Hi,

Workspace settings are kept in YOUR_WORKSPACE\.metadata\.plugins\org.eclipse.core.runtime\.settings\

And we bundle settings with eclipse installation.

--
Olexiy

On Tue, Feb 3, 2009 at 10:10 AM, Kogler Johannes <Johannes.Kogler@xxxxxxxxxxxxx> wrote:

Hi Toni!

Thank you very much for your answer! I think a good solution would be to create a project template, which contains all default settings, and to use this template for new projects.

However, is there a possibility to place such settings, which should apply to every user as default settings, under the installation directory?

Best regards,
Johannes

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]On
Behalf Of Leherbauer, Anton (Toni)
Sent: Dienstag, 03. Februar 2009 15:03
To: CDT General developers list.
Subject: RE: [cdt-dev] code style with shared configuration


Hi Johannes,

if you configure the code style on project level, you can team-share the
preferences with the project.
The project preferences are stored under <project>/.settings/*.prefs.

HTH
Toni

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Kogler Johannes
> Sent: Tuesday, February 03, 2009 1:44 PM
> To: cdt-dev@xxxxxxxxxxx
> Subject: [cdt-dev] code style with shared configuration
>
>
> Hello,
>
> we are a group of 15 C developers, who are using Eclipse CDT
> in the shared configuration mode. Our aim is to create a new
> code style template which contains our programming
> convention. Is there a way to distribute this XML file over
> the shared configuration without having to be imported bei
> every developer manually?
>
> Thanks in advance,
> Johannes Kogler
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
>
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top