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

[TSVN] Re: Autocompletion list in the commit dialog

From: Duncan Booth <duncan.booth_at_suttoncourtenay.org.uk>
Date: 2005-02-17 11:17:42 CET

Toby Johnson wrote:

> Eric J. Smith wrote:
>
>>Now things like this I could see be very useful options in the config
>>file. You specify a regex and can also tell it which regex options to
>>use like NOCASE, MULTILINE, SINGLELINE, etc.
>>
>>
> Maybe as a set of options before the equal-sign? I.e.:
>
> .bas, .frm, .cls (MULTILINE,NOCASE) = <regex>
>

NOCASE can be expressed in the pattern using (?i). The documentation isn't
too good, but I would expect that (?m) and (?s) ought to work as well for
MULTILINE and SINGLELINE.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 17 11:55:44 2005

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

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