Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Configure default line separator through plugin customization
Configure default line separator through plugin customization [message #901223] Fri, 10 August 2012 08:19 Go to previous message
Anders Hammar is currently offline Anders Hammar
Messages: 4
Registered: August 2012
Junior Member
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?
 
Read Message
Read Message
Read Message
Previous Topic:Export Editor as image
Next Topic:unable to use secure storage with headless antRunner app
Goto Forum:
  


Current Time: Mon May 20 16:43:27 EDT 2013

Powered by FUDForum. Page generated in 0.06936 seconds