Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Somehow I've turned on hidden characters in eclipse. It's not the "whitespace" characters in the general editor preferences. When turned on, then it adds another layer of hidden characters over the existing ones.

They I have things like

\r\n

Anyone know what these are and how to remove them?

share|improve this question

7 Answers

It is under Preferences > General > Editors > Text Editors. There is a checkbox labeled "Show whitespace characters". If you uncheck this the editor switches back to normal.

If you click on the "whitespace characters" link in this line you will get a popup window, in which you can define which characters eclipse is supposed to consider as whitespace characters.

In this popup window you also get the option to define the transparency in which each whitespace character is displayed in the editor, which you can use to (indirectly) change their foreground colour. I'm just mentioning it here, because it took me about half an hour to find this setting! ;-)

share|improve this answer
Hi, I thought about this before, but its actually unchecked so it is not this :| – Brett Mar 18 '10 at 21:29

CTRL + . does the job.

share|improve this answer
Thanks Mark, I found the solution to be {ctrl + N} ...weird but hey, happy now.. – Brett May 18 '10 at 22:49
2  
@Brett You should consider adding this as an answer so that it's visible to other people who have this problem. – Tom Medley Oct 17 '11 at 11:46
CTRL + . worked for me! – mchandler Apr 16 '12 at 16:21

Go to Window > Preferences > General > Editors > Text Editors

Uncheck the "Show whitespace characters" option on the right side of the page, then click "Apply" at the bottom of the page.

share|improve this answer

Since this is not a standard setting, it could be the result of one of your extra plugin.

  • Did you try starting your eclipse with the -clean parameter?
  • Do you reproduce the issue with a fresh Eclipse installation?
share|improve this answer
Haven't done a clean install or anything, was hoping it was just a keyboard command as I turned it on that way easy enough.. – Brett Feb 26 '10 at 11:10

Go to Preferences > General > Editors > Text Editors and restore defaults.

share|improve this answer

The right shortcut is Ctrl + N

share|improve this answer

Sorry this is a bit vague but it's a while since i used Eclipse and i do not have it installed. I think this is it ..... in one of the menus you will find the Eclipse settings, there are two set's of settings, current project and overall Eclipse, you mat need to check them both. In there are various menus in tree form that allow you control the actions and look and feel. But some of them are nested so there is an overall control but some packages have their own options in a sub menu set. The menu's will expand when you click them and i'm afraid you need to walk through them all.

share|improve this answer
Why to add this? – Paul Verest Apr 24 at 11:14

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.