[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Allow linking more then just an issue number

From: Felix Saphir <felix.saphir_at_kantarmedia.com>
Date: Wed, 19 Oct 2011 12:51:59 +0200

Am 19.10.2011 12:41, schrieb Wolf Peuker:
> Hi Maciej,
>
> Am 19.10.2011 11:29, schrieb Maciej Jaros:
>>
>> And bugtraq:logregex to: [Ff][Ss]#(\d+)
>>
>> The problem is only numbers are linked which is not very visible
>> with short numbers. What I would like to do is have the whole
>> sequence linked?
>>
>> I think it's not possible, so this is a feature request :-). If it
>> is possible, then how?
>
> This *is possible* - and it seems a *good idea* to me too :-)
>
> Just add a second line to the bugtraq:logregex property
>
> Example:
> [Bb]ug (\d+) [Bb]ug (\d+)

Maciej wants the whole expression to be linked, not just the bug id(s),
i.e. *Bug 1234* instead of Bug *1234*.

A better regex for several IDs would be something like
"#(\d+)(,? ?#(\d+))*"

Felix

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2858790

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-19 12:52:14 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.