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

[TSVN] Re: I blame you for my pain!

From: Simon Large <slarge_at_blazepoint.co.uk>
Date: 2004-11-02 14:10:27 CET

Amir Kolsky wrote:
> 1. A for toggle line numbers on and off (or in general, a format
> string to define the format of the blame line - e.g.
> "{linenum}\t{rev} - {blame}: {text:70}" means: put line num, tab,
> revision number, space hyphen space, the blamed user, colon space,
> the text of the line truncated at 70.
> The number of variables depends on what you feel like, including:
> Text, blame, linenum, datetime, revision, firstrev, prevrev...
> WHATEVER...

Nice try, but where are you going to keep the format string? There are
no preferences for TBlame and no plans to add any AFAIK. It could be
passed as a parameter, but this seems more complicated than most people
will ever need.

Text is displayed using the scintilla edit control, so it gets a
horizontal scroll bar automatically - no need to truncate it.

> 2. Prefix revisions with 'r'

That's not such a bad idea, although possibly a bit english-centric.

> 3. Add a goto line number box.

No MFC == lots of pain to add a simple box like that.

> 4. search is less of a problem as you usually know where the problem
> is, that's why you're looking at whom to blame...

Are you sure you don't need a --scapegoat option ;-)

Simon

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 2 14:09:25 2004

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.