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

Re: [TSVN] Missing tooltip in settings dialog

From: SteveKing <stefankueng_at_gmail.com>
Date: 2005-05-26 19:38:41 CEST

2005/5/26, Peter Mounce <petermounce@iml.co.uk>:

> Also, what are the chances of a button here to invoke a text editor to
> edit the regexes in autolist.txt? If, you know, people fancy their
> chances. If that file is changed, by the way, does TSVN notice before a
> reboot/explorer-cycling?

You can edit that file without any button in the settings dialog. It's
stored in the installation bin folder of TSVN. But you should be very
careful when editing that file: if you enter there an invalid
expression, the regex engine throws an exception and then the whole
parsing won't happen at all (TSVN won't crash, but it also won't parse
your files for keywords to include in the autocompletion).
Also, we would like to include any changes people do in that file in
the TSVN releases. So if someone wants to improve the parsing, they
should ask on the mailing list first on how to do that, then we can
tell them that and ask to give their changes back to the project.

> I asked some time earlier, but which files does TSVN run the regex
> against - just the modified files, or BASE as well? Sometimes I'm
> removing a method because it's redundant or deprecated, so the modified
> file doesn't have it so autocomplete doesn't suggest it; it'd be nice if
> it crawled BASE, too. Is there a specification for how it should
> behave, so I know what to expect?

As of revision 3502, the BASE files are parsed too.
But know this: to avoid having the commit dialog wait too long, the
parsing stops after 5 seconds, no matter if all listed files have been
parsed yet or not.

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 May 26 19:38:54 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.