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!
2 thoughts on “Subclipse (SVN) properties”
Comments are closed.
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.
Super cool – thanks! My bad I didn’t bother to check the changelog of Subclipse itself… 🙁