0

Possible Duplicate:
How to search all open files in Eclipse?

I'd like to search for all matches of the text "the entry exists" within the current Eclipse session. How can this be done for all open files (instead of just searching through the currently opened source file, using CTRL+F?)

Community
  • 1
  • 1
Anderson Green
  • 30,230
  • 67
  • 195
  • 328

2 Answers2

1

Search - File...

But it won't search in open files. It will search in the whole workspace, or in the current project, or in the selection, or in a working set, depending on the option you choose.

JB Nizet
  • 678,734
  • 91
  • 1,224
  • 1,255
0

You can't search only in the open files. You can search in the whole project, whole workspace. Go to the menu -> Search -> File Search tab -> Containing Text field .. and write there your text.

Razvan
  • 9,925
  • 6
  • 38
  • 51