Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I setup Eclipse to show code changes

I have used Netbeans before with Subversion (SVN), and I liked how it showed me what I had changed since last commit, using the coloring in the left margin.

Can Eclipse do the same? I have installed Subclipse.

like image 879
user101110 Avatar asked Jun 02 '09 21:06

user101110


People also ask

How do you see the code change in eclipse?

Right-click on the file > Team > Show annotation . A brown tape will appear on the left-side of the code (it represents commited lines), and the modified lines will be shown in white .

How do I open local history in eclipse?

Right Click on the file and select "Compare With" > "Local History" . It will list the file history by date. Click on any date will display the history of the file content with current version.


1 Answers

Visit Window -> Preferences -> General -> Editors -> Text Editors -> Quick Diff, and enable

  • Enable quick diff
  • Show differences in overview ruler
like image 51
Robert Munteanu Avatar answered Oct 22 '22 04:10

Robert Munteanu