Eclipse: I turned on hidden characters now I can't turn off

Eclipse

Eclipse Problem Overview


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

Then I have things like

>> \r\n

Does anyone know what these are and how to remove them?

Eclipse Solutions


Solution 1 - Eclipse

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! ;-)

Solution 2 - Eclipse

There is a toggle button 'Show Whitespace Chars' on the Eclipse toolbar

screenshot of toolbar showing the Show Whitespace Characters button

Solution 3 - Eclipse

A great tip about using 'quick access' from eclipse forum:

CTRL+3 swc

Allows to turn them on and off

Solution 4 - Eclipse

The right shortcut is Ctrl + N

UPDATE From Eclipse 3.7 version, something is changed... Now you have to go to: >Window > Preferences > General > Editors > Text Editors

Solution 5 - Eclipse

CTRL + . does the job.

Solution 6 - Eclipse

For Aptana Users

To toggle hidden characters in Aptana on and off, use the following keyboard shortcut:

Ctrl+Alt+W

Solution 7 - Eclipse

I am using Eclipse Oxygen and can see this option to toggle whitespace characters:

enter image description here

Solution 8 - Eclipse

It is actually in two places...

Sandkastenliga points out the obvious one, but you can also show white space with a shortcut key combination. The key combination is separate from the text editor preferences and will superimpose additional characters when active (it uses \r and \n for carriage return an line feed respectively instead of the symbols used by the text editor preference.)

Go to preferences > general > keys and look for the binding for the 'Show Whitespace' command.

I have the text editor preference turned on, so I removed the binding for this command altogether (it was set to Ctrl+. in my profile) to prevent accidental activation as it doesn't affect the other preference.

Solution 9 - Eclipse

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.

Solution 10 - Eclipse

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?

Solution 11 - Eclipse

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

Solution 12 - Eclipse

I have done this several times by accidentally hitting some keystrokes.

If you go to Windows/Preferences/General/Keys you will see all the keyboard shortcuts you have.

Mine is set to Control + . I had to place my cursor inside the document and do it a couple of times to make it work because there is also a keyboard shortcut for Control +

Hope that helps.

Solution 13 - Eclipse

You can add "Show Whitespace Characters" button in toolbar by customizing your perspective. It also contains buttons to toggle word wrap, and toggle selection mode.

enter image description here

Go to Window > Perspective > Customize Perspective > Action Set Availability, then select "Editor Presentation" action set:eclipse

This works in Eclipse Neon.

You can also add a key binding for this action. Go to Preferences > General > Keys > "Show Whitespace Characters"

Solution 14 - Eclipse

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.

Solution 15 - Eclipse

Eclipse > Preference > General > Editors > Text Editors > Show WhiteSpace characters.

details

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionBrettView Question on Stackoverflow
Solution 1 - EclipseSandkastenligaView Answer on Stackoverflow
Solution 2 - EclipseRajesh GoelView Answer on Stackoverflow
Solution 3 - EclipseiTakeView Answer on Stackoverflow
Solution 4 - EclipsedaviooohView Answer on Stackoverflow
Solution 5 - EclipseMark MandelView Answer on Stackoverflow
Solution 6 - EclipseBoazView Answer on Stackoverflow
Solution 7 - EclipseSaikatView Answer on Stackoverflow
Solution 8 - EclipseshougunView Answer on Stackoverflow
Solution 9 - EclipseTheKahunaView Answer on Stackoverflow
Solution 10 - EclipseVonCView Answer on Stackoverflow
Solution 11 - EclipsejeevsView Answer on Stackoverflow
Solution 12 - EclipseCathy ShapiroView Answer on Stackoverflow
Solution 13 - EclipsekevView Answer on Stackoverflow
Solution 14 - EclipsePurplePilotView Answer on Stackoverflow
Solution 15 - EclipseDharmendra RathorView Answer on Stackoverflow