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

Re: [TSVN] Autocompletion list in the commit dialog

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-02-17 10:57:22 CET

On Wed, 16 Feb 2005 18:18:58 -0500, Toby Johnson <toby@etjohnson.us> wrote:
> Eric J. Smith wrote:
>
> >Now things like this I could see be very useful options in the config file.
> >You specify a regex and can also tell it which regex options to use like
> >NOCASE, MULTILINE, SINGLELINE, etc.
> >
> >
> Maybe as a set of options before the equal-sign? I.e.:
>
> .bas, .frm, .cls (MULTILINE,NOCASE) = <regex>

- uploaded a new version of the RegexTest.exe tool to the website:
http://tortoisesvn.tigris.org/files/documents/406/20668/RegExpTest.exe
(watch out for browser cache!). It now uses the regex groups, and you
can specify which flags to use for parsing.
- as of revision 2685, TSVN also uses regex groups and you can specify
the flags to use in the autolist.txt file like this:
(MULTILINE|NOCASE|GLOBAL) .txt, .pic = (regex-string)

Now the only thing left are the many many regex strings for as many
filetypes as possible ;)

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 Thu Feb 17 10:58:18 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.