Owen
Owen

Reputation: 7577

Eclipse - open all files in current working set?

Is there a way to instantly open all files in the current working set?

Upvotes: 2

Views: 847

Answers (1)

sa2000
sa2000

Reputation: 33

  1. Use the open resource dialog and filter by the working set. This can be done by pressing Ctrl+Shift+R.

  2. Select the dropdown menu (displayed as an arrow icon) on the upper right-hand side of the "Open Resource" dialog and click on "Select Working Set...".

  3. Choose the working set of interest.

  4. Enter file search criteria, like \*.*.

  5. Wait for results to return and select all files found.

  6. Click the "open" button.

Upvotes: 3

Related Questions