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

Re: [TSVN] Saving log messages

From: SteveKing <steveking_at_gmx.ch>
Date: 2005-01-05 19:03:26 CET

Simon Large wrote:
> Build 2317
>
> If you recycle an old log message when making a commit, if you add any
> extra white space before or after (hit enter without thinking), TSVN
> sees it as a different message and adds it to the log history. This
> produces 2 or more seemingly identical log messages in the list.

Are you sure? There's a
str.Trim(_T(" "));
already in the code (HistoryCombo.cpp:77) which should do exactly that.
Of course, it only trims spaces, not all whitespaces...

> The new scintilla log message editor is a nice addition :-) Now I can
> delete words left and right like in a proper editor. The log width
> marker looks good too. One question: didn't you make an 80 column marker
> the default at one stage?

The 80 column marker was activated by default only for a few days before
I removed it and made the default to _not_ show it. People got confused
because they hadn't set the property to activate it.

BTW: revision 2331 adds some auto completion to the commit dialog (auto
completes filenames/paths of the modified filelist and the statuses).

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 Wed Jan 5 19:06:23 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.