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:
- Double click on the entry in the search tab
- F12 to switch to the editor
- Ctrl+Alt+W to select the file in the navigator view
- 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
2010-05-21 11:38:48
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
2010-05-21 12:17:01