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

[TSVN] Re: Autocompletion list in the commit dialog

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2005-02-14 13:23:01 CET

SteveKing wrote:
> The autolist.txt file which TSVN uses to find out which regex to apply
> to which filetype is located in the TSVN installation /bin folder. And
> of course in our sourcetree:

Just tested this with a couple of files.

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

It does pick up comments about classes:
// This class is used to handle all TSVN paths
[output function "is"]

The .cpp regex only picks up functions which are part of a class. Plain
functions like main() are not included.

I need to learn about regex before I can do anything useful to correct
this. It's been a _very_ long time since I used them.

Simon

-- 
       ___
  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 Mon Feb 14 13:24:33 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.