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!
Subclipse (SVN) properties
Published by
lekkim
Positive, competent, out-spoken, frank and customer focused architect and developer with a strong foundation in web, cloud and product development. I'm a strong advocate for API first and cloud based solutions and development. I have a knack for being able to communicate and present technically complicated matters in conference, customer and training settings. I've previously acted as team member and leader in a product organisation. View all posts by lekkim
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… 🙁