Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VisualHG icons doesn't appear in VS2010 solution explorer

Has anyone managed this problem? All other Mercurial facilities are working fine inside VS.

like image 493
Dan Ganiev Avatar asked May 30 '10 13:05

Dan Ganiev


People also ask

Why do I see no status icons in Visual Studio Solution Explorer?

If you see no status icons in Visual Studio Solution Explorer or see them for part of projects only then follow these steps please. Make sure you have the latest versions of VisualSVN and TortoiseSVN installed.

Where is the Solution Explorer tool window in Visual Studio?

By default, the Solution Explorer tool window appears as a pane in the upper-right side of the Visual Studio integrated development environment (IDE). If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl + Alt + L.

What is icons in Visual Studio?

Icons. Small images that appear in commands, hierarchies, templates, and so on. The default icon size used in Visual Studio is a 16x16 PNG. Icons produced by the image service automatically generate the XAML format for HDPI support. While images are used in the menu system, you should not create an icon for every command.

What is icon inversion in Visual Studio?

Color and accessibility. Visual Studio compliance guidelines require that all icons in the product pass the accessibility requirements for color and contrast. This is achieved through icon inversion, and when you are designing, you should be aware they will be inverted programmatically in the product.


1 Answers

Two things to try:

  • Make sure you reinstall VisualHG after installing Visual Studio 2010 (this may not be "necessary," but it's often needed for plugins of various sorts anyway).
  • Make sure you have VisualHG selected as the active source control plug-in. Go to Tools -> Options -> Source Control -> Plug-in Selection and make sure VisualHG is selected.
like image 118
James McNellis Avatar answered Oct 22 '22 09:10

James McNellis