Highlighting modified lines in Eclipse
In netbeans, if I open a file which is under version control the lines which are modified are highlighted in the left. (green for new lines and blue for modified lines) Is it possible to get a similar effect in Eclipse? Open the Preferences window Search for "diff" Select Quick Diff Change the "Use this reference source" to a SCM provider (like CVS, SVN or Git) By default, it compares to the latest version on disk, which, if you've saved the file, is no diff at all. You have to activate the comparison against a SCM repo. I'm not sure what happens if you more than one type of SCM since this is