<< Java in Notes/Domino Explained: Stacktraces | Home | Eclipse upgraded to use Subclipse 1.2.1 >>

Subclipse (SVN) properties

In my quest to find a way to automatically wrap commit messsages in the Subclipse SVN plug-in for Eclipse I found a description of some of the properties that are used to control the commit message dialog. Unfortunately it looks like there is no way to wrap the lines in the commit message dialog although no linebreaks are inserted. Bummer!



Avatar: Mark Phippard

Re: Subclipse (SVN) properties

Actually, just install Subclipse 1.2.1 and it does this by default. It works just like TortoiseSVN now. The default is to autowrap comments. If the tsvn:logwidthmarker property is found, then it does not auto-wrap and instead displays a hint line in the dialog.
Avatar: Mikkel

Re: Subclipse (SVN) properties

Super cool - thanks! My bad I didn't bother to check the changelog of Subclipse itself... :-(

Add a comment Send a TrackBack