Mike B
Mike B

Reputation: 2784

Eclipse remove error text from code lines

My Eclipse suddenly started showing error text within the code area as an additional line.
enter image description here
I checked under Window -> Preferences -> General -> Editors -> Text Editors -> Annotations -> Errors, but there is no setting for that.
I have no additional plugins installed. How to remove it?
IDK, if this is an update or me changing appearance settings previously.

Upvotes: 2

Views: 391

Answers (1)

Aplet123
Aplet123

Reputation: 35560

This was added in eclipse 4.1 and has settings in two places, one for general editors, and one for java editors:

  • Window -> Preferences -> Java -> Editor -> Code Minings, then disable code minings
  • Window -> Preferences -> General -> Editors -> Text Editors then disable "Show code minings for problem annotations"

Upvotes: 3

Related Questions