Eclipse CVS 文件比较
当我比较两个相同的文件时,一个来自我的 Eclipse 工作区,一个来自存储库,Eclipse 比较编辑器显示整个文件的差异。它甚至显示了差异中的制表符。是否有任何设置可以告诉编辑器忽略制表符?
When I compare two identical files one from my eclipse workspace and one from repository eclipse compare editor shows differences all over the file. It even shows the tab characters in the differences. Is there any setting that will tell editor to ignore the tab characters?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以从 Eclipse Helios 中视图的上下文菜单以交互方式影响比较视图中的空白比较。
You can interactivly influence the whitespace comparison in the compare view from the context menu of the view in Eclipse Helios.
事实上,我们昨天在我的开发团队中就遇到了这个问题。
从
窗口 |偏好 |一般|比较/修补
对话框中,单击忽略空白选项,这应该会为您清除问题。We actually encountered this yesterday on my development team.
From the
Window | Preferences | General | Compare/Patch
dialog, click the Ignore white space option and that should clear things up for you.