[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: SteveKing <steveking_at_gmx.ch>
Date: 2005-02-16 21:36:47 CET

Eric J. Smith wrote:

> 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.

There's a function 'split()' which does:
"Use the split() method when you have a string that you want to split
into substrings, using a regular expression as a delimiter."

I guess that's what you mean?

If yes, then I think we have to provide both methods. So we need to add
an aditional param to the autolist.txt file which indicates which
function to use.

I'll implement that tomorrow - no time left tonight.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
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:38:02 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.