Archive for the ‘Eclipse’ Category

Eclipse Memory

Wednesday, January 20th, 2010

http://www.eclipsezone.com/eclipse/forums/t61618.html

Eclipse code formatting and cvs comments

Wednesday, July 29th, 2009

I sometimes hat the problem that the auto formatting of eclipse destroyed my cvs comments.

unordered 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.

ordered cvs comments