实现 WizardExportResourcesPage 时,如何修改所选资源?

发布于 2024-10-11 17:21:38 字数 177 浏览 3 评论 0原文

我的自定义导出向导实现了 WizardExportResourcesPage。最初选择的资源是用户单击导出时选择的工作区资源。

但是 eclipse 项目包含一个 .settings 文件夹以及一个 .project 文件。我希望默认情况下取消选择这些文件,和/或什至隐藏在资源列表中。

有办法做到这一点吗?

My custom Export Wizard implements a WizardExportResourcesPage. The initially selected resources are whichever workspace resources were selected when the user clicked Export.

However the eclipse project contains a .settings folder, as well as a .project file. I want these files to be unselected by default, and/or maybe even hidden in the resources list.

Is there a way to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

盗琴音 2024-10-18 17:21:38

重写方法 hasExportableExtension 并在此处检查资源是否与 settings/project 匹配,并为您不想导出的文件返回 false。

Override the method hasExportableExtension and here check if the resource matches settings/project and return false for files you dont want to export.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文