RE: [TSVN] Autocompletion list in the commit dialog
From: Eric J. Smith <eric_at_ericjsmith.net>
Date: 2005-02-16 22:19:50 CET
> So how should we decide which one(s) to use then? I mean the group 0
I suppose you could add an option to tell it whether to use the full match
(\b\w+\b) (Should result in group 0 and group 1 being the exact same
I personally can't think of any syntax where you aren't going to need to
Also, another thing to note here is that when using captured groups in your
(?:public|private|internal)\s+(\w+)
This will not capture the first part (public|private|internal) of the regex
Eric J. Smith
---------------------------------------------------------------------
|
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.