如何显示空格和制表符但不显示换行符?
我正在尝试从 Komodo 切换到 Eclipse。
我不知道如何防止换行符在 Eclipse 中显示 - 看起来它们与制表符和其他空白字符一起显示。
有没有办法显示制表符和其他空白字符,但不显示换行符?
I'm trying to switch from Komodo to Eclipse.
I can't figure out how to keep line-break characters from being shown in eclipse - looks like they are shown along with tabs and other whitespace characters.
Is there a way to show tabs and other whitespace characters but not line-break characters?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
如果您有 Eclipse 3.7,则可以禁用它们。
首选项>一般>编辑>文本编辑器 - 查找“显示空白字符”并单击“空白字符”链接。
If you have Eclipse 3.7 you can disable them.
Preferences > General > Editors > Text Editors -- Look for 'Show whitespace characters' and click on the link 'whitespace characters'.
或者您可以直接点击快捷方式:
Or you can directly click on the shortcut:
在 Luna 版本中,此可配置性现在称为“显示 Withespace 字符”下的“配置可见性”
In the Luna version, this configurability is now called "configure visibility" under "Show Withespace characters"
在 Eclipse 中,转到:
Window -->偏好设置 -->一般-->编辑们-->文本编辑器
单击“显示空白字符”复选框中突出显示的链接(配置可见性),然后根据您的要求选中该复选框。
In your Eclipse, go to:
Window --> Preferences --> General --> Editors --> Text Editors
Click the highlighted link (configure visibility) in the check-box SHOW WHITESPACE CHARACTERS and select the check box as per your requirement.