当前位置: 代码迷 >> Eclipse >> 【转载】在MyEclipse中设立制表符(Tab)为空格符(Spaces)
  详细解决方案

【转载】在MyEclipse中设立制表符(Tab)为空格符(Spaces)

热度:589   发布时间:2016-04-23 00:16:50.0
【转载】在MyEclipse中设置制表符(Tab)为空格符(Spaces)
本文转载自沙漠小鸟《在MyEclipse中设置制表符(Tab)为空格符(Spaces)》
?

在实际开发中可能会用不同的文本编辑软件看代码,但是这个Tab键缩进在不同环境下显示行数就会出现不同的情况等。所以为了移植性和统一性有必要把Tab转换为空格。只要简单设置之后,按Tab键,新建的文件,格式化都可以把Tab自动转成空格了。

①General:Window->Preferences->General->Editors->Text Editors?
Eclipse Setting-General-Spaces
②Java:Window->preferences->Java->Code Style->Formatter,在Active Profile里面选择任意Eclipse[built]或新建然后点击[Edit]进行设定。?
Eclipse Setting-Java-Spaces-1
在Indentation->Tab Policy->Spaces only?
Eclipse Setting-Java-Spaces-2
③CSS:Window->preference->MyEclipse->Files and Editors->CSS->CSS Source?
Eclipse Setting-CSS-Spaces
④DTD:Window->Preferences->MyEclipse->Files and Editors->DTD->DTD Source?
Eclipse Setting-DTD-Spaces
⑤HTML:Window->Preferences->MyEclipse->Files and Editors->HTML->HTML Source?
Eclipse Setting-HTML-Spaces
⑥JSP:根据不同的版本会有所不一样。MyEclipse10.6是继承于HTML,XML,所以没有设定选项。?
Eclipse Setting-JSP-Spaces
⑦SQL:Window->Preferences->MyEclipse->Files and Editors->SQL->SQL Source?
Eclipse Setting-SQL-Spaces
⑧XML:Window->Preferences->MyEclipse->Files and Editors->XML->XML Source?
Eclipse Setting-XML-Spaces

?

  相关解决方案