Re: [TSVN] Auto-completion list
From: Douglas Stonham <dstonham_at_pennysaverusa.net>
Date: 2005-02-16 21:42:12 CET
On Wed, February 16, 2005 11:48 am, SteveKing said:
That was it, thanks. First time I've had a problem with FireFox caching
Anyway, the following regex should now work for .vb files:
(?<=([Cc]lass|[Ff]unction|[Ss]ub)\s*)\b\w+(?=\s*([\(\']|$))
If you change the style to use captured groups, the following _should_ work:
(?:[Cc]lass|[Ff]unction|[Ss]ub)\s*\b(\w+)(?:\s*(?:[\(\']|$))
Hope that helps,
Douglas
---------------------------------------------------------------------
|
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.