Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Show CVS annotations by default in Eclipse

Tags:

eclipse

cvs

In Eclipse you can show CVS annotations (which user changed which line in which commit) for a file by choosing Team->Show annotations... from it's context menu. However, I want to enable this for all files in my CVS projects by default. Is there a way to do so?

like image 938
ubuntudroid Avatar asked Jan 17 '23 22:01

ubuntudroid


2 Answers

Found the same problem in svn in eclipse. To avoid clicking, which is slow, I set a hotkey for show annotations. It is not the full solution but faster than clicking every time, you want to use show annotations function.

like image 146
azendh Avatar answered Jan 31 '23 10:01

azendh


Short answer: no. Unfortunately not. This is not a preference.

like image 42
Tonny Madsen Avatar answered Jan 31 '23 09:01

Tonny Madsen