3

I just downloaded the ADT from google which included the Juno version of Eclipse.

After making a project however, the default text editor has this horrible dashed / dotted line between every horizontal line. It's a pain to look at, but Eclipse's appearance preferences always leaves me completely lost.

Any ideas on how to turn off?

Screenshot : screenshot or link https://i.stack.imgur.com/MOT8a.jpg

jorxster
  • 217
  • 2
  • 11

4 Answers4

8

I had the same dotted lines after choosing a darker color scheme in Eclipse and this fixed it:

Window/Preferences/General/Appearance/Jeeeyul's Themes/Edit/Underline Style: None
fedorqui
  • 275,237
  • 103
  • 548
  • 598
Robert
  • 171
  • 9
4

You probably enabled "Show Whitespace Characters" by mistake.

Is this what you're asking to turn it off?

enter image description here

If so, just click at this button:

enter image description here

Leandro
  • 949
  • 6
  • 8
  • thanks, but it is NOT whitespace-- it is a fine dotted line between rows of text, between every line. Will try to post a pic somehow. – jorxster Aug 22 '14 at 17:53
1
  1. Install Jeeeyul theme

  2. Goto General > Appearance > Jeeeyul theme

  3. Select Editor tab and set Underline Style to None, as shown in the screenshot:

See My Screenshot

CKE
  • 1,533
  • 19
  • 18
  • 29
0

These dots represent white-spaces between words/lines.

You can turn them on/off by going to Preference > General > Editors > Text Editors > Show Whitespace Characters

I found this option in Eclipse Luna. Juno should also have similar option.

Edit:

Alternatively, as @Leandro suggested, there is a button in the toolbar to turn it on/off

Hungry Coder
  • 1,800
  • 17
  • 22
  • it is NOT whitespace-- it is a fine dotted line between *rows* of text, between every line. Will try to post a pic somehow. – jorxster Aug 22 '14 at 17:52