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

Re: svn commit: r11881 - trunk/src: Resources TortoiseProc

From: Alexander Klenin <klenin_at_gmail.com>
Date: Sun, 20 Jan 2008 02:01:04 +1000

> // make columns width fit
> - if (iFirstResized < 30)
> + if (iFirstResized < 2)
> {
> - // only resize the columns for the first 30 or so entries.
> - // after that, don't resize them anymore because that's an
> - // expensive function call and the columns will be sized
> - // close enough already.
> ResizeColumns();
> iFirstResized++;
> }

I wonder why you removed the comment?
If ResizeColumns() is not expensive any more,
then perhaps it should be called for all items?

>+ if (!data->bAuxItem)
>+ {

It seems that data->bAuxItem is true for 'External' items, so
external paths no dot get compacted. Am I correct?

-- 
Alexander S. Klenin
Insight Experts Ltd.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-01-19 17:01:09 CET

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.