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

Re: BUG: filename with 3rd char underscore prevents pop-up in message window

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 18 Jul 2008 16:53:47 +0200

miffed wrote:
> In version 1.5.0, if I commit a file named "ab_cd.txt" and I enter a
> commit message that includes the filename, then TSVN does not pop-up
> an auto-completion list of filenames in the commit message area.
>
> If the filename includes an underscore as the 3rd character, then the
> pop-up auto-completion list of filenames never appears.
>
> This was not a problem in version 1.4 or earlier.

That's because '_' is now considered a word-breaking char, not part of a
word. And the autocompletion only is enabled for words >=3 chars, so
ab_cd.txt doesn't show the autocompletion anymore.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net

Received on 2008-07-18 16:53:59 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.