使用 Eclipse 和版权向导插件时向新文件添加许可证
我刚刚安装了这个版权向导插件,用于管理我的 Eclipse 项目中的版权免责声明。我发现它要感谢这个 发布。
我设置了它并且一切正常:
- 我创建了自己的版权标头
- 我使用向导将其应用到现有项目的所有文件
现在我遇到以下问题:
当我在项目内创建新文件时,版权是'默认添加。我该如何解决这个问题?
I've just installed this Copyright wizard plugin for managing copyright disclaimers in my Eclipse projects. I discovered it thanks to this post.
I set it up and all works fine:
- I created my own copyright header
- I used the wizard to apply it to all files of an existing project
Now I have the following problem:
When I create a new file inside the project, the copyright isn't added by default. How can I solve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来您正在寻找 Eclipse 的
代码模板
功能。在我手头的 Eclipse 版本中,可以通过 Preferences -> 找到它。 Java->代码风格->代码模板。我有一种感觉,您将对
New Java files
(在 Code 下找到)或Files
(在 Comments 下找到)模板最感兴趣。在首选项->XML文件下有相应的功能。 XML-> XML 文件 ->编辑->模板(查看
xml 声明
模板),以及 Preferences -> 下的 Ant 文件蚂蚁->编辑->模板(构建文件模板
)。我敢打赌,Eclipse 可以使用的几乎所有其他语言都有类似的模板。It sounds like you're looking for Eclipse's
Code Templates
feature. In the version of Eclipse I have handy, it's found through Preferences -> Java -> Code Style -> Code Templates.I have a feeling that you will be most interested in either the
New Java files
(found under Code) orFiles
(found under Comments) template.There is corresponding functionality for XML files under Preferences -> XML -> XML Files -> Editor -> Templates (look at the
xml declaration
template), and for Ant files under Preferences -> Ant -> Editor -> Templates (Buildfile template
). I am willing to bet that there are similar templates for pretty much every other language Eclipse can be used with.