[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: Eric J. Smith <eric_at_ericjsmith.net>
Date: 2005-02-16 22:23:32 CET

Not just group 1. You should be taking all non-0 groups and entering them
into the auto-complete list. This way you will be able to get more than one
item per match added to the auto-complete list. And you can always use
non-capturing groups "(?:" if you don't want something added to the
auto-complete list.

Eric J. Smith

> > Maybe we should still add another option to the autolist.txt file. One
> > that tells TSVN to use either the whole match or the individual groups.
>
> Just always extract group 1. A regex can always be crafted (to my
> knowledge anyway) so as to return the wanted group in that position.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Feb 16 22:28:38 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.