Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I disable the formatting symbols in eclipse?

Tags:

eclipse

I actually can't see anything because of all the formatting symbols. I have no idea what hotkey that was but I can't find any solution how to disable those symbols. Have you any idea if there is a hotkey? I can't remember what that hotkey was ...

like image 876
Andre Avatar asked Oct 18 '10 08:10

Andre


5 Answers

You can also disable them by using this button:
enter image description here

like image 95
malun Avatar answered Nov 09 '22 20:11

malun


The command you are looking for is "Show Whitespace Characters". If you cannot find it in the toolbar or menu, the simplest way to disable it is:

  • press <Ctrl>-3
  • enter "Show Whitespace Characters"
  • select the command from the list with a double click or hitting
like image 33
ftl Avatar answered Nov 09 '22 20:11

ftl


You can turn off/enable white spaces/line break by:

Window > Preferences > General > Editors > Text Editors > 'Show whitespace characters'

like image 8
Gaurav Khandelwal Avatar answered Nov 09 '22 21:11

Gaurav Khandelwal


You can try the hotkey: ctrl + '.' (period)

But that depend of your hotkey profile.

like image 3
Alois Cochard Avatar answered Nov 09 '22 22:11

Alois Cochard


You can on/off white spaces and line breaks the following step in eclipse.

Window → Editor → Show WhiteSpace Characters

enter image description here

like image 2
user3480687 Avatar answered Nov 09 '22 22:11

user3480687