Eclipse CDT - 新模板或“项目类型”
使用 Eclipse Helios 和 CDT 7.
是否可以将项目保存为新的模板/项目类型?
当您创建一个新项目时,会打开一个对话框,您可以选择一种项目类型(可执行文件 -> 空项目等),我想添加一个。
重点是,我正在使用 SDL,并且我知道我将制作很多新项目。我不想每次都进入首选项并设置编译器/链接器来查找文件。
我已经寻找了一段时间,但没有找到任何东西。
Using Eclipse Helios and CDT 7.
Is it possible to save a project as a new template/project type?
When you go to create a new project, a dialog opens and you select a project type (Executable -> empty project, etc.) I would like to add one.
Point is, I'm playing with SDL, and I know I'll be making a lot of new projects. I don't want to have to go into the preferences each time and set up the compiler/linker to find the files.
I've been looking for a while, but have had no luck finding anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以做你想做的事。查看链接 如何注册模板。我使用上一个链接中的说明创建了以下插件。 下载插件。
Yes you can do what you want. Check out the link How to Register Templates. I created the following plugin using the instructions in the previous link. Download Plugin.