问题描述
大约每隔几个月我就会发现 Zend Studio 所做的一些令人恼火的事情将在下一个版本中修复 - 或者您现在可以添加补丁".虽然添加补丁并不完全直观 - 我已经死了几次.
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.
(我不久前问过这个问题 在 Zend 上论坛,但从未有人回答.)
(I asked this question a while ago on the zend forums, but it was never answered.)
推荐答案
要应用这样的补丁,你必须
To apply such a patch, you have to
- 将相应 Zend Studio/Eclipse 插件的源代码下载到具有插件开发环境的 Eclipse 工作区中.
- 然后您可以右键单击该项目,并从上下文菜单中选择团队/应用补丁.
- 最后构建并导出生成的插件,并将其安装到您的环境中.
是的,没那么简单,因为在这种情况下,您必须重新编译您正在使用的环境的一部分.
Yes, it is not that simple, because in this case you have to recompile a part of the environment you are working with.
这篇关于如何向 Eclipse ide 添加补丁?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!