如何向 Eclipse IDE 添加补丁?

发布于 2024-12-13 19:42:39 字数 390 浏览 2 评论 0原文

大约每隔几个月我就会发现 Zend Studio 所做的一些令人恼火的事情“将在下一个版本中修复 - 或者您现在可以添加补丁”。不过,添加补丁并不完全直观——我已经死了好几次了。

有人可以为我列出步骤吗?例如,应用本文中提到的补丁。

(我不久前在 zend 论坛上问过这个问题,但从未得到答复。)

About once every couple months I find out that some irritating thing that Zend Studio does "will be fixed in the next version - or you can add the patch now". Adding a patch isn't exactly intuitive though - I've deadended a couple times.

Could someone lay out the steps for me? For example, applying the patch mentioned in this post.

(I asked this question a while ago on the zend forums, but it was never answered.)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

情愿 2024-12-20 19:42:39

要应用此类补丁,您必须

  1. 将相应的 Zend Studio/Eclipse 插件的源代码下载到具有插件开发环境的 Eclipse 工作区中。
  2. 然后您可以右键单击该项目,然后从上下文菜单中选择“团队/应用补丁”。
  3. 最后构建并导出生成的插件,并将其安装到您的环境中。

是的,事情没那么简单,因为在这种情况下,您必须重新编译您正在使用的环境的一部分。

To apply such a patch, you have to

  1. Download the source code of the corresponding Zend Studio/Eclipse plug-in into an Eclipse workspace that has the Plug-in development environment.
  2. Then you can right click on the project, and select Team/Apply patch from the context menu.
  3. And finally build and export the resulting plug-in, and install it into your environment.

Yes, it is not that simple, because in this case you have to recompile a part of the environment you are working with.

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