Well, several options:
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...
2. Prefix revisions with 'r'
3. Add a goto line number box.
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...
Amir Kolsky
XP& Software
>-----Original Message-----
>From: news [mailto:news@sea.gmane.org] On Behalf Of Simon Large
>Sent: Tuesday, November 02, 2004 1:33 PM
>To: dev@tortoisesvn.tigris.org
>Subject: [TSVN] Re: I blame you for my pain!
>
>Amir Kolsky wrote:
>> Festivities aside, what about my line numbers?
>
>Well I was actually serious about using the text version
>because that includes the line numbers already and you can use
>your editor's search facilities.
>
>Adding search facilities to TBlame is not so easy (because it
>does not use MFC).
>
>Adding line numbers to TBlame sounds not too hard, but would
>take up yet more space in the info area. If we are going to do
>this I would suggest moving the date/time info into the log
>message hint box. There is also a potential confusion between
>line number and revision number, although it is fairly obvious
>when you look at several lines and see one number
>incrementing. (Adding headings is also non-trivial due to lack of MFC).
>
>What do others think about making this change?
>
>Simon
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
>For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Nov 2 13:47:31 2004