使用 Eclipse 和版权向导插件时向新文件添加许可证

发布于 2024-12-02 13:46:30 字数 405 浏览 1 评论 0原文

我刚刚安装了这个版权向导插件,用于管理我的 Eclipse 项目中的版权免责声明。我发现它要感谢这个 发布

我设置了它并且一切正常:

  1. 我创建了自己的版权标头
  2. 我使用向导将其应用到现有项目的所有文件

现在我遇到以下问题:

当我在项目内创建新文件时,版权是'默认添加。我该如何解决这个问题?

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:

  1. I created my own copyright header
  2. 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 技术交流群。

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

发布评论

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

评论(1

审判长 2024-12-09 13:46:30

听起来您正在寻找 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) or Files (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.

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