日食空间与选项卡
我喜欢在eclipse中显示4个空格作为制表符,屏幕上的实际宽度为2个空格。
当我保存文件时,我希望有 4 个空格(表示为 «.
»)作为选项卡:
1st.level
....2nd.level
........3rd.level
在 Eclipse 中,我希望看到这个,其中有一个制表符(表示为 « ->
>») 应采用两个空格的宽度:
1st.level
->2nd.level
->->3rd.level
这种行为可能吗?有人知道有什么插件吗?
先感谢您, 〜克里斯
I like to display 4 spaces as tab in eclipse, with an actual width on the screen of 2 spaces.
When I save the file, I'd like to have 4 spaces (represented as «.
») for a tab:
1st.level
....2nd.level
........3rd.level
In eclipse, I'd like to see this, where a tabstop (represented as «->
>») should take the width of two spaces:
1st.level
->2nd.level
->->3rd.level
Is such a behavior possible? Does someone know any addons for that?
Thank you in advance,
~Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
AnyEdit 工具 听起来像是您可能需要的。
AnyEdit tools sounds like what you might need.
打开“首选项”-> “一般”-> 「编辑」-> “文本编辑器”
将“显示的制表符宽度”设置为您希望插入的空格数。
勾选“为制表符插入空格”框
Open "Preferences" -> "General" -> "Editors" -> "Text Editors"
Set "Displayed tab width" to the number of spaces you would like it to insert.
Tick the Box that says "Insert spaces for tabs"