[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 <steveking_at_gmx.ch>
Date: 2005-02-13 18:55:51 CET

Eric J. Smith wrote:

> I sure hope you are doing this parsing asynchronously, because I can see
> these regexs being very slow trying to parse through who knows how many
> files and who knows how big each one of these text files are.

Sure! The parsing is done in a different thread. And I made sure that
the thread can be exited quickly. Also, the thread itself will end
automatically after 5 seconds, even if not all files have been parsed
until then.

Oh, and please don't quote whole mails!

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 Sun Feb 13 18:56:25 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.