How to compare two files in Eclipse?

亡梦爱人 提交于 2019-12-08 17:28:14

问题


I want to compare two files. One is in the current project and the other is in the backup directory. I know how to compare if they were in the same project. How can I compare in Eclipse? And what is Flex navigator in Eclipse?


回答1:


Open the Navigator with the Main menu: Window->Show View->Navigator.

You can select two or more files in the Navigator using Ctrl-click, or Command-click in OSX. Now Right-click any one of the selected files, and select the menu item: Compare With->Each Other.

The problem is that your alternate file might not be in the Navigator, e.g. your backup directory isn't listed in the Navigator. If not, Right-click in the Navigator and choose the menu item: New->Folder. In the resulting dialog click the Advanced>> button beneath the Folder Name field, choose Link to alternate location (Linked Folder), and browse to add your backup directory.

Now using the Navigator you'll be able to select the two files, and use Compare With.

You can similarly compare files using e.g. the Package Explorer.



来源:https://stackoverflow.com/questions/12334593/how-to-compare-two-files-in-eclipse

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!