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

Re: [TSVN] Re: Autocompletion list in the commit dialog

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-02-14 18:30:32 CET

Simon Large wrote:
> The regex for .h files does not pick up functions with parameters.
> int foo(int x);
> [no output]

.h, .hpp = (?<=class[\s])\b\w+\b|(\b\w+(?=[\s ]?\(.*\);))
                                                   ^^

Should do it.

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Feb 14 18:31:51 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.