Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] "New line at end of file when saving"asproject preference

I'm for setting both, ENSURE_NEWLINE_AT_EOF and REMOVE_TRAILING_WHITESPACE, to true by default. I'll make the change if no one objects.

-sergey

On Mon, Apr 21, 2008 at 8:45 AM, Wieant Nielander <wieant@xxxxxxxxx> wrote:
> You can specify default preference values in a plugin_customization.ini
> file with a product.  By product I mean using the
> org.eclipse.core.runtime.products extension point.  You specify the ini
> file like this in your product extension:
>
>               <property
>                       name="preferenceCustomization"
>                       value="plugin_customization.ini"/>
>
> We override several CDT and platform defaults to best suit how our
> customers work.

Thanks Warren, that was the method I was looking for. By far preferable
over patching the plugin itselve.
(still +1 for changing the default cdt.ui newline preference though :-)
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top