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?
|
|
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 only a single selection. |
|||
|
|
|
With Subversive, you can do Team > Show Annotations, and it will annotate the lines with the author and date of the last modification of that line. |
|||||
|
|
In eclipse too you will get the line highlighted which is changed util you save the file. and highlight is nothing but the change in color at the left panel of the editor before the start of that changed line. |
|||||||
|
|
EGit plugin's Quick Diff does exactly the same as netbans modified lines feature. |
|||
|
|