Archive for the ‘Eclipse’ Category
Eclipse Memory
Wednesday, January 20th, 2010Eclipse code formatting and cvs comments
Wednesday, July 29th, 2009I sometimes hat the problem that the auto formatting of eclipse destroyed my cvs comments.
But the solution is very easy. You just have to use
/*-
instead of
/*
to start the comment . That’s it and eclipse will not format your cvs comments any more.