How to cancel search highlight in Eclipse

Viewed 15989

When I search something in Eclipse, the search items stay highlighted for some time. How do I remove this after I have found what I was looking for?

5 Answers

For a single instance, delete the line and undo it: Ctrl+DCtrl+Z. This is faster than the other answers, and worked when they failed (for some buggy JSP I had).

Related