开发者

Copy files from search tab in eclipse 3.4

开发者 https://www.devze.com 2022-12-31 09:57 出处:网络
I just want to copy list of files displayed in eclipse search tab, When i try using right click copy and paste into some 开发者_如何学Gofolder it does not work.It actually copies the file location rat

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


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.


If you need file locations then use Eclipse search csv export plugin.

If want to copy the whole file(s) into a folder then refer @Aaron Digulla answer(Its applicable to single file). In case of multiple files. Press Ctrl + A to select all search results in search view. Right click on the selection. Choose Show In > Package Explorer. Drag file(s) to a folder in any file explorer.

0

精彩评论

暂无评论...
验证码 换一张
取 消