Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2715 > unrolled thread

Eclipse: List All Search Results When Viewing Results As A List?

Started bySteve <tinker123@gmail.com>
First post2013-05-14 11:53 -0400
Last post2013-05-14 11:53 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.java.help


Contents

  Eclipse: List All Search Results When Viewing Results As A List? Steve <tinker123@gmail.com> - 2013-05-14 11:53 -0400

#2715 — Eclipse: List All Search Results When Viewing Results As A List?

FromSteve <tinker123@gmail.com>
Date2013-05-14 11:53 -0400
SubjectEclipse: List All Search Results When Viewing Results As A List?
Message-ID<kmtmf4$8tr$1@dont-email.me>

Eclipse has a "Show As List" option for ctrl+H search ( multi file ). 
You get this option by going to the far right corner of the Search View 
and clicking the triangle icon.

The list is composed of list the files where the desired string was 
found, stating the number of hits in each file:

HelloWorld.java com.acme.first (3 matches ) Utilities.java 
com.acme.first (4 matches ) SomeClass.java com.acme.first (2 matches )

Is there any way to get Eclipse to expand those results, while still 
showing it all in a list? For example, actually showing me each of the 3 
matches, in the Search View, from HelloWorld.java?

[toc] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web