Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2008 - Status Bar Icon Glossary?

I have scoured the help files for Visual Studio and could not locate any information as to the meaning of some the icons in the status bar along the bottom of the main window of the IDE.

Does anyone know of a reference?

Specifically, there is an icon that shows a pair of binoculars over an animated page with boxes scrolling down it.

alt text http://img515.imageshack.us/img515/358/vs2008statusbar.png

like image 726
Dan Liebster Avatar asked Mar 06 '09 14:03

Dan Liebster


2 Answers

That'll be your "Find In Files" animation.

You can see it at the bottom of this image:

alt text http://msmvps.com/cfs-filesystemfile.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/peterritchie/lean-VS2k8.JPG

The only other icons I've seen on there are Build and Save.

like image 184
demoncodemonkey Avatar answered Oct 04 '22 01:10

demoncodemonkey


On the bottom of this MSDN article you can find table with predefined VS status bar animations:

http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.interop.ivsstatusbar.animation.aspx


0 Standard animation icon

1 Animation when printing

2 Animation when saving files

3 Animation when deploying the solution

4 Animation when synchronizing files over the network

5 Animation when building the solution

6 Animation when searching

like image 20
m1k4 Avatar answered Oct 04 '22 02:10

m1k4