This question already has an answer here:
这个问题在这里已有答案:
- How to make a new Eclipse project template? 2 answers
如何制作新的Eclipse项目模板? 2个答案
I would like to add a feature to a plugin which I am developing.
我想为我正在开发的插件添加一个功能。
This feature, when activated by the user, would create (or prompt and guide) a new project for the user, and this project would have a per-bundled structure. Is this even possible?
当用户激活时,该功能将为用户创建(或提示和引导)新项目,并且该项目将具有每捆绑结构。这有可能吗?
If not, what are some alternatives to have an Eclipse plugin setup a specific Eclipse project for a user?
如果没有,有哪些替代方法可以让Eclipse插件为用户设置特定的Eclipse项目?