8

We have one installation of Eclipse which does not show the individual lines on which search results occur as do all other installations, as shown here:

alt text

How can we turn on this feature so that individual results in each line are shown?

Edward Tanguay
  • 189,012
  • 314
  • 712
  • 1,047

2 Answers2

3

I think it's a question of what tool you are using. If you do a text search, you get one line per hit. But if, say, you look for references to a Java method, you get one line per file.

Although it seems like a perfectly desirable thing, I can't find any way to get Java search to return one line per hit.

Ladlestein
  • 6,100
  • 2
  • 37
  • 49
1

In the preferences of the Search window (usually button with triangle icon) choose "Show as List" item

Roman Pokrovskij
  • 9,449
  • 21
  • 87
  • 142