[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

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:
> Maybe you have to force your browser to do a reload?

That was it, thanks. First time I've had a problem with FireFox caching
stuff like that...

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

---------------------------------------------------------------------
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:42:56 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.