如何在 Eclipse 中为 erb 启用 tabwidth 2?
如何在 Eclipse 的 erb 文件中启用制表符宽度和缩进宽度 2?
How can i enable tabwidth and indent width of 2 in erb files in Eclipse ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Aptana Studio 3/RadRails 插件(以前称为 Ruby Development Tools),那么设置应该在“窗口”>“首选项>阿普塔纳>编辑>红宝石:
如果您使用默认的 Eclipse 文本编辑器,那么您需要更改“显示的选项卡宽度”窗口 > 下的设置首选项>一般>编辑>文本编辑器:
我想您也有可能将 .erb 文件扩展名映射到 Eclipse 中完全不同的编辑器,在在这种情况下,您需要更改该编辑器的制表符宽度。特定编辑器首选项取代一般文本编辑器首选项。
If you're using the Aptana Studio 3/RadRails plug-in (formerly Ruby Development Tools), then the setting should be under Window > Preferences > Aptana > Editors > Ruby:
If you're using the default Eclipse text editor, then you'll need to change the "Displayed tab width" setting under Window > Preferences > General > Editors > Text Editors:
I suppose it's also possible that you've mapped the .erb file extension to a completely different editor in Eclipse, in which case you'll need to change the tab width for that editor. Specific editor preferences supercede the general text editor preferences.