How to use external diff viewers in eclipse? Is there any diff viewer available for eclipse inbuilt?

eclipse, eclipse-plugin

Solution

actually eclipse have inbuilt compare tool. if u need compare with any other app, try this plugin

http://sourceforge.net/projects/externaldiff/

Problem

I am working on a java project in eclipse . Every time commit a file i want to view what are all the changes have done in this file . In eclipse its hard to analyze which lines are removed , added , changed etc . Please give your suggestions on this .

Original source

Related problems