Douglas Stonham wrote:
> On Thu, February 17, 2005 9:41 am, Rainer Müller said:
>
>>Here is a improved version of the regex, which will now match classes
>>the right way:
>>
>>(MULTILINE) .php =
>>^\s*class\s+(\w+)|^\s*(?:(?:public|private|)\s+function)\s+(\w+)|::(\w+)|->(\w+)
>
>
> Just to clarify, does this version still suffer from blank lines or has
> that cleared up now? Since all your captured groups are now of the form
> (\w+) I can't see any way that odd characters could slip in.
No, I am still getting the empty lines.
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Feb 17 20:13:49 2005