本文介绍了如何显示空格和制表符而不显示换行符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正试图从Komodo切换到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?
推荐答案
如果您具有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'.
这篇关于如何显示空格和制表符而不显示换行符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!