Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #2715 > unrolled thread
| Started by | Steve <tinker123@gmail.com> |
|---|---|
| First post | 2013-05-14 11:53 -0400 |
| Last post | 2013-05-14 11:53 -0400 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.java.help
Eclipse: List All Search Results When Viewing Results As A List? Steve <tinker123@gmail.com> - 2013-05-14 11:53 -0400
| From | Steve <tinker123@gmail.com> |
|---|---|
| Date | 2013-05-14 11:53 -0400 |
| Subject | Eclipse: 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?
Back to top | Article view | comp.lang.java.help
csiph-web