其效果为:按一次制表符,出现“4个空格”,而不是“4个空格长度的制表符”。
设置步骤:窗口(windows)->首选项(preferences...),
在左边选Java->代码样式(code style)->格式化程序(Formatter),
右边点“显示(show)”按钮,选“缩进(Indentation)”选项卡,
在“常规设置(general settings)”里的“跳格策略(Tab policy)”
下拉列表选“仅空格(Spaces only)” 。
在eclipse中设置tab size的地方有多个
1:window——preference——General——Editor——Text Editor设置页面:Display Tab Width
2:window——preference——Java——Code Style——Formatter设置页面,Edit,在弹出的Editor profile窗口中,Indentation卡片,设置Indentation Size和Tab Size。
3:如果安装了Myeclipse,那么在window——preference——Myeclipse——Editor——Common Editor Preference中Apperance卡片,设置Tab Size。
对Java文件,第2中是可行的。设置1、3没有用。
对jsp文件,还有一个位置可以设置:
4、打开jsp文件,打开右键菜单,进入“Preferences”,里面有Display tab width。