How to compare two files in Eclipse?
问题 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 .