[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: SteveKing <steveking_at_gmx.ch>
Date: 2005-02-16 19:59:22 CET

Josha Foust wrote:

> That reference says:
> Matches at the start of the string the regex pattern is applied to. Matches
> a position rather than a character. Most regex flavors have an option to
> make the caret match after line breaks (i.e. at the start of a line in a
> file) as well.
>
> Most tools with regex I have worked with apply regex to lines only. That
> makes using '^' and '$' easy since you can ignore the complications of
> different OS line endings. Multi-line matching is the exception in my
> experience. I think Perl has a special option for multi-lines matches?
>
> I can certainly work with it that way, however.

Well, GRETA allows certain flags as well. And there's one called
MULTILINE which would do exactly that (make ^ match the beginning of a
line).

So what shall I do? Use that flag or leave it? What's better?

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Feb 16 20:00:28 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.