Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想为我正在开发的插件添加一个功能。
当用户激活此功能时,将为用户创建(或提示和引导)一个新项目,并且该项目将具有每个捆绑的结构。这甚至可能吗?
如果没有,有哪些替代方法可以让 Eclipse 插件为用户设置特定的 Eclipse 项目?
看看BasicNewProjectResourceWizard。
BasicNewProjectResourceWizard