> -----Original Message-----
> From: SteveKing [mailto:steveking@gmx.ch]
> Sent: Wednesday, February 16, 2005 10:59 AM
> To: dev@tortoisesvn.tigris.org
> Subject: Re: [TSVN] Re: filename completion not working in nightly?
>
> I intend to provide the regex list. It's currently only done for C/C++
> header and cpp files. But I count on you guys to provide me with regexes
> for other languages so I can add them to the autolist.txt file. That
> file get's installed with TSVN.
> First I wanted to hardcode the regexes, but then I thought that with a
> editable text file you guys can help me out much better ;)
>
Here is what I came up with for Visual Basic 6:
.bas, .frm, .cls = (?<=(Public |Private )?(Sub|Function|Property
Get|Property Set|Property Let) )(\w+)(?=\(.*\))
I wanted to put a '^' on the front of that to only match the beginning of
the line, but it doesn't seem to work. It would make it a lot more accurate
if I could.
Josha Foust
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Feb 16 18:52:16 2005