选项卡、文本配合、编辑 HTML (Rails)
有什么方法可以强制 Text-Mate 在编辑 HTML (Rails) 文档时使用两空格制表符而不是完整制表符?
Is there any way to force Text-Mate to use a two-space tab instead of a full tab when editing HTML (Rails) documents?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的。 窗口底部中间附近有一个弹出菜单,可能显示为
Tabs: 4
或类似内容。 单击它并将其挂到2
和Soft Tabs
上。执行此操作时,您应该打开一个
rhtml
或erb
文档(或您想要更改的任何文件类型)进行编辑。 这些更改将适用于该类型的所有文档。Yes. There's a pop-up menu near the bottom middle of the window that probably reads
Tabs: 4
or something like that. Click on it and hange it to2
andSoft Tabs
.You should have an
rhtml
orerb
document (or whatever file type you want to change) open for editing when doing this. The changes will stick for all documents of that type.关于选项卡主题,这些 TextMate 菜单命令也很有帮助:
制表符到空格对于修复 Haml 文档时与制表符相关的错误非常有帮助。
On the topic of tabs, these TextMate menu commands are also helpful:
Tabs to Spaces is very helpful for fixing tab-related errors when working in with Haml documents.