Eclipse 比较编辑器:忽略“$Id:”线路
当我在 Eclipse 中比较两个项目时,我基本上得到了项目中每个文件的列表。这通常是因为两者要么是 A.) 来自不同的存储库,要么是 B.) 检查的时间不同。
有没有办法将比较编辑器设置为忽略包含“$Id:”的行?如果它稳定的话,我什至愿意接受替代的比较编辑器模块。
预先感谢您的任何帮助!
When I do a comparison of two projects in Eclipse, I basically get a list of every single file in the project. This is usually because the two are either A.) from a different repo or B.) checked out a different times.
Is there a way to setup the Compare Editor to ignore lines containing "$Id:"? I would even be open to an alternative Comparison Editor module if it were stable.
Thanks in advance for any help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来没有办法在 Eclipse 中做到这一点。 Eclipse 中有一个未修复的 bug 与此相关。
有一些外部比较器能够忽略基于正则表达式的差异:meld、kdiff, 比较它!,无与伦比
It doesn't look like there's a way to do that in eclipse. There is an unfixed bug in Eclipse about this.
There are external comparators which have the ability to ignore differences based on regex: meld, kdiff, compare it!, beyond compare
它可能不完全是您正在寻找的:尝试这个
在“常规”选项卡下,您可以配置“应从相互比较中排除的成员名称”。
我正在使用 Eclipse Galileo。
It may not be exactly what you are looking for : try this
Under General Tab, you can configure the "member names that should be excluded from Compare with each other".
Am using Eclipse Galileo.