views:

19

answers:

1

I just want to copy list of files displayed in eclipse search tab, When i try using right click copy and paste into some folder it does not work.It actually copies the file location rather than the file itself

+1  A: 

There is no direct way to do this. What you can do is:

  1. Double click on the entry in the search tab
  2. F12 to switch to the editor
  3. Ctrl+Alt+W to select the file in the navigator view
  4. Drag the file from there to the place where you want it

Too tedious? Then open a command prompt or shell and use the file location there.

Aaron Digulla
i would rather copy the file locations into a file and then write a java plug in .Anyway thanks a lot for the help
Ravisha