[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:25:04 CET

Stefan,

I'm not familiar with GRETA and I'm not a C++ programmer, but I know that
GRETA supports captured groups. So you need to take the match object that
comes back and there has to be a way to inspect that match object and pull
out any captured groups. Those are what you want to add to the
auto-complete list, not the entire match.

> I'm just matching _once_ not twice (whith the .match() function). I'm
> adding everything that .match() returns to the list. But maybe I'm still
> doing something wrong in the code? Don't know...

I'll take a look at GRETA again and see if I can figure out what you are
looking for.

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:28:03 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.