Eclipse - 打开当前工作集中的所有文件?
有没有办法立即打开当前工作集中的所有文件?
Is there a way to instantly open all files in the current working set?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法立即打开当前工作集中的所有文件?
Is there a way to instantly open all files in the current working set?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
使用打开资源对话框并按工作集进行过滤。这可以通过按来完成
Ctrl+Shift+R。
选择“打开资源”对话框右上角的下拉菜单(显示为箭头图标),然后单击“选择工作集...”。
选择感兴趣的工作集。
输入文件搜索条件,例如
\*.*
。等待结果返回并选择找到的所有文件。
单击“打开”按钮。
Use the open resource dialog and filter by the working set. This can be done by pressing
Ctrl+Shift+R.
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...".
Choose the working set of interest.
Enter file search criteria, like
\*.*
.Wait for results to return and select all files found.
Click the "open" button.