Configure default line separator through plugin customization [message #901223] |
Fri, 10 August 2012 08:19  |
Eclipse User |
|
|
|
For a Eclipse Juno bundle (Java EE), I'm trying to configure the default new text file line delimiter for workspace preferences through specifying it in a plugin customization properties file. But I can't get it to work.
The plugin customization file is specified in eclipse.ini:
-plugincustomization
configuration/my_defaults.ini
It works for other properties. For the line delimiter I would expect this in my_defaults.ini to work:
org.eclipse.core.runtime/line.separator=\n
But the preference still says default (Windows) is used, not Unix as I want. Does anyone know if this isn't possible to configure or if I'm specifying the wrong key? What would the correct key be if it's wrong?
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.42744 seconds