4.6. Comparing Files Against Local History
Problem
You need to see how a file has been changed since the last save.
Solution
Highlight the file in a view, and select Compare With→ Local History in the view’s context menu.
Discussion
Eclipse records changes to a file in its local history. To get an idea of how a file has been changed since it was last saved, highlight the file and right-click it, selecting Compare With→ Local History. The recent changes appear in the dialog shown in Figure 4-11, graphically displayed.

Figure 4-11. Comparing against local history
Tip
You also can check an individual element’s recent history (instead of an entire file). Right-click an element and select Local History→ Compare With to see a graphical display of the recent changes.
Eclipse 3.0
Eclipse 3.0 has a built-in Quick Diff bar that enables you to compare lines individually to those stored on disk (the default), as well as to changes in a CVS repository. You can see the Quick Diff bar immediately to the left of the JDT editor in Figure 4-12. To compare a line with the most recent version of the file on disk, rest the mouse cursor over the Quick Diff bar.

Figure 4-12. The Eclipse 3.0 Quick Diff bar
Tip
To turn off Quick Diff, right-click the Quick Diff bar and select Disable QuickDiff. To make Quick Diff compare ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access