johnrubythecat
johnrubythecat

Reputation: 1313

Eclipse Ctrl+H project search display format

Is there a way to have Ctrl+H Eclipse project searches display in flat format instead of in a tree structure? Clicking through the results is tedious and inefficient.

Upvotes: 5

Views: 1718

Answers (2)

Matt Felzani
Matt Felzani

Reputation: 795

Not sure the version of Eclipse that folks are running, but in Indigo I had to go to the "Menu" to see the "Show as List" option.

Search Results Config

Upvotes: 5

Nishant
Nishant

Reputation: 55866

There are many option to view the search result.

See at the top bar of the result console. There are [+] expand all [-] collaps all and many grouping options. These will make you filter through results quickly.

enter image description here

When you select Filter by File, you will see all files (flat! I guess that's what you wanted) that have your search result.

Upvotes: 3

Related Questions