[ANN] HgSccPackage v1.0.8 for MS Visual Studio 2008/2010

Sergey Antonov sergant_ at mail.ru
Tue Feb 23 13:13:56 CST 2010


>> http://www.newsupaplex.pp.ru/hgscc_news_eng.html
> The link it's not working for me, neither at home nor at work.

The site is working fine for me. Maybe it is blocked by your ISP or
firewall.

> Is it possible to disable the antialiasing on the dialogs?
> I have Cleartype turned off, and the attached screenshot
> is taken from Visual Studio 2010 RC.

This is a well known issue of WPF text rendering. In the .Net 4.0 WPF text
rendering was changed to DirectWrite and MS added new options to address
this issue.

The text looks fine in solution explorer, because it is not rendered with
WPF, it is still uses GDI.

There is an extension for MS Visual Studio 2010 that can change text
rendering called "Text Sharp".
http://www.svprogramming.net/text-sharp/index.html

But it will not work with my plugin, because my plugin is based on .Net 3.5
for compatibility with MSVS 2008.

It is possible to fix this issue, but this will require to split plugin by
two versions:
- MSVS 2008
- MSVS 2010

I'm not ready to do this right now, but will consider to do in the future.
-- 
View this message in context: http://old.nabble.com/-ANN--HgSccPackage-v1.0.8-for-MS-Visual-Studio-2008-2010-tp27703146p27708756.html
Sent from the Mercurial mailing list archive at Nabble.com.



More information about the Mercurial mailing list