%CheckoutWizard.desc %CheckoutWizard.desc %DecoratorStandard.desc %commitCommentFont.description bugtraq:label Label text to show for the edit box where the user enters the issue number. Example: Issue#: bugtraq:message String which is added to a log message when an issue number is entered. The string must contain "%BUGID%" which gets replaced with the issue number. Example: Issue#: %BUGID% bugtraq:number Set to "true" if your issue tracking system has issues which can only be numbers. bugtraq:url URL pointing to the issue tracker. It must contain "%BUGID%" which gets replaced with the issue number. Example: http://www.yourcompany.com/showissue?issue=%BUGID% bugtraq:warnifnoissue Set to "true" if a warning shall be shown when no issue is entered in the commit dialog. bugtraq:append Set to "false" if you want the issue number to be inserted at the top of the log message. The default is "true" which means the issue number is appended to the log message. tsvn:logtemplate String which is inserted in the log message box in the commit dialog. Use this as a log message template for users to fill in. tsvn:logwidthmarker Set this to the max number of characters on a single line of a log message. A faded line is shown in the commit dialog at that position to guide the user when entering a log message. tsvn:logminsize Minimum size in characters a log message must have before a commit is allowed. tsvn:lockmsgminsize Minimum size in characters a lock message must have before a lock is allowed. subclipse:tags List of tags and branches that have been created from the selected item. Typically this property would only be set on the project folder. The format of the property is: revnum,tag_name,relative_path,branch/tag For example: 123,custom_mods,/branches/custom_mods,branch 135,v1.0,/tags/v1.0,tag 195,v1.1,/tags/v1.1,tag 215,v2.0,/tags/v2.0,tag