How to show whitespace and tabs but NOT line-break characters?

Viewed 43187

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?

4 Answers

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.

Click the highlighted link

Related