[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 21:14:53 CET

> I'm now a little confused: do you suggest changing the code in TSVN or
> just the regex patterns?
> You seem to be very good with regexes, so you maybe can help improving
> those strings a lot - I haven't used regexes that much yet...

You would have to change the code in TSVN to not do the 2nd pass of regex
matching, but instead to use a single regex and then from each match that
comes back you will need to pull out any captured groups from the match.
These captured groups are what you will insert into the auto-complete list.

Does that make sense?

Eric J. Smith

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