Eclipse RCP generates plugin.xml which indent with spaces

33 Views Asked by At

Recently I need to setup Eclipse RCP 3.7 (Indigo) for indenting with tabs in XML-files. I've set PreferencesXMLXML FilesEditor → ◉ Indent using tabs, but visual constructor of plugin.xml generates space-indented xml whatever.

How can I do that - to force visual constructor of plugin.xml to generate tabs-indented XML-file?

Thank you for your advices and time.

1

There are 1 best solutions below

0
greg-449 On BEST ANSWER

This isn't possible. The XML files generated by the Plugin Development Environment (PDE) component of Eclipse are always generated with spaces and there is no configuration to change this.

PDE doesn't use the generic XML editor that you configured in the Preferences.