Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Eclipse RCP生成plugin.xml,该plugin.xml使用空格缩进_Eclipse_Rcp_Plugin.xml - Fatal编程技术网

Eclipse RCP生成plugin.xml,该plugin.xml使用空格缩进

Eclipse RCP生成plugin.xml,该plugin.xml使用空格缩进,eclipse,rcp,plugin.xml,Eclipse,Rcp,Plugin.xml,最近,我需要设置EclipseRCP3.7(Indigo),以便在XML文件中使用制表符进行缩进。我已经设定了偏好→ XML→ XML文件→ 编辑→ ◉ 使用制表符缩进,但是plugin.xml的可视化构造函数会生成空格缩进的xml 我该怎么做?强制plugin.xml的可视化构造函数生成缩进的xml文件 谢谢您的建议和时间。这是不可能的。Eclipse的plugindevelopmentenvironment(PDE)组件生成的XML文件总是使用空格生成的,并且没有任何配置来更改这一点 PD

最近,我需要设置EclipseRCP3.7(Indigo),以便在XML文件中使用制表符进行缩进。我已经设定了偏好→ XML→ XML文件→ 编辑→ ◉ 使用制表符缩进,但是
plugin.xml
的可视化构造函数会生成空格缩进的xml

我该怎么做?强制
plugin.xml
的可视化构造函数生成缩进的xml文件


谢谢您的建议和时间。

这是不可能的。Eclipse的plugindevelopmentenvironment(PDE)组件生成的XML文件总是使用空格生成的,并且没有任何配置来更改这一点

PDE不使用您在首选项中配置的通用XML编辑器