On Tue, Apr 5, 2011 at 12:42 PM, OG_Hemp <[email protected]> wrote:
> On 4/1/2011 11:25 PM, Steve Borho wrote:
>
>> On Fri, Apr 1, 2011 at 6:42 PM, OG_Hemp<[email protected]>  wrote:
>>>
>>> TortoiseHG 2.0.2/Merc 1.8.1
>>> WinXP SP2
>>>
>>> Howdy all,
>>>
>>> After having a string of instances where I used "o" instead of zero in
>>> my commit messages (Yep, previously changed all my font choices to non
>
>>> Shouldn't the font I see when I type my commit message, actually match
>>> what is displayed in the message box under the '+ changeset: header'?
>>> Currently, it seems like they use two different font sets. One I can
>>> change, and the other coming from somewhere else?. Its funny how just
>>> the size changes of the font choice works, but nothing else font related
>>> does.
>>
>> The difference appears to be caused by the widgets involved.  The
>> commit tool is using a QScintilla widget for its many editing features
>> while the revision details tab is using a QTextBrowser for its ability
>> to hold linkable text.  They've both being given the same
>> "fontcomment" user configurable font.
>>
>> In the QTextBrowser, if I use the setPlainText() method instead of
>> setHTML() then the fonts match.  So the difference is coming from the
>> <pre>  markup around the changeset message.
>>
>
> So then, does that mean it's going to get fixed or changed in another
> update? This isn't really a big deal, but when it happens it can be rather
> frustrating. Hopefully, I won't screw up like this in the future. :)

You should open an issue for this in the bug tracker, but I can't
guarantee I'll get to it any time soon.

> Anyway, a salute to you and everyone else for creating and maintaining the
> software.
>
> BTW - Any chance to get some "on-the-fly" spell checking incorporated into
> the commit message box? Would definitely help bad spellers like myself.
> Again, not a big deal.

Vague plans, but nothing specific.

-- 
Steve Borho

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Tortoisehg-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to