0

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.

Gerold Broser
  • 14,080
  • 5
  • 48
  • 107
Eddie R
  • 399
  • 1
  • 3
  • 8

1 Answers1

0

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.

greg-449
  • 109,219
  • 232
  • 102
  • 145