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

Re: Issue with TortoiseBlame font and ASP files

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-12-05 19:32:52 CET

Mike Peschka wrote:
> Hello!
>
> First, the background: I'm running TSVN 1.4.1.7992 on WinXP SP2.
>
> I just had the occasion to bring up TortoiseBlame for the first time in
> a while (and maybe the first time ever on a .asp file), and it is
> displaying the blame using the Segue UI font from Office 2007. From what
> I've been able to glean from Google, it seems that it should be using
> either Courier or the same font as my log message dialog, which is set
> to Consolas 8pt. I've verified that the font is set in the log dialogs,
> and tried changing it to Courier New, but that doesn't seem to have any
> effect.
>
> In fact, I just tried running TBlame on another .asp file, and it
> appears that anything within an ASP <% ... %> code block is being
> displayed in the wrong font, although this time, it is a different (also
> non-monospaced) font. Lines that are not within the ASP code block
> appear to be displayed in the proper font. I've attached a screenshot to
> illustrate the issue.

Those fonts are set by the html/asp lexer:
src\TortoiseBlame\Lexer.cpp

But the fonts used there are all installed by Windows (i.e. are part of
the core fonts and must be present if you haven't removed or overwritten
them yourself).

The fonts used:
Georgia
Comic Sans MS
Lucida Sans Unicode

I've now changed those fonts to "Lucida Console", which is a monospaced
font in revision 8239.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Dec 5 19:33:16 2006

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.