eclipse xml编辑器使用空格缩进

时间:2015-07-31 13:13:11

标签: xml eclipse indentation

我的eclipse版本是Mars Release(4.5.0).Preferences-> XML-> XML Files->编辑器,我无法设置缩进大小的值。 " +"和" - "无法点击。我还不能输入价值!

3 个答案:

答案 0 :(得分:25)

出现同样的问题,我发现了以下解决方法:

  1. 使用文本编辑器在工作区文件夹中打开此文件: 的 .metadata / .plugins / org.eclipse.core.runtime / .settings / org.eclipse.wst.xml.core.prefs
  2. 更改或添加以下行(“4”只是一个示例): indentationSize = 4
  3. (重新)启动Eclipse

答案 1 :(得分:0)

这是Eclipse中的已知错误。它与GTK3有关:https://bugs.eclipse.org/bugs/show_bug.cgi?id=428246

最初于2014年初报道了Kepler的发布。

答案 2 :(得分:0)

除了Kollgandren的回答之外,如果您想使用空格作为缩进,请在${WORKSPACE}/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.wst.xml.core.prefs文件中包含两个选项。

indentationChar=space
indentationSize=4