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

Re: [TSVN] Autocompletion list in the commit dialog

From: Douglas Stonham <dstonham_at_pennysaverusa.net>
Date: 2005-02-17 17:53:50 CET

On Thu, February 17, 2005 8:50 am, Toby Johnson said:
> Just out of curiosity... why use MULTILINE if you're not anchoring to
> the beginning of each line with "^" caret? That will surely increase the
> time it takes to match, since it is now looking for newline characters.

No, I'm using multi-line to anchor the _end_ of each line. (the optional $
in the end group). I can't anchor the start since it will be preceeded by
all manner of Protected/Public/Private/Shared/Stuff arguements.

Douglas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 17 17:55:32 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.