65.9K
CodeProject is changing. Read more.
Home

Modify “Dirty Indicator” – Using Visual Studio 2010 Productivity Power Tool

Jul 24, 2010

CPOL

1 min read

viewsIcon

15582

How to modify "dirty indicator" using Visual Studio 2010 Productivity power tool

Dirty Indicator” is nothing but the indication of “Modified Unsaved” file in Visual Studio IDE. In Visual Studio 2010, by default, dirty icon shows as “*”. Using productivity tool, we can customize this icon.

To launch the VS 2010 productivity Tool, from Visual Studio IDE, Go To Tools > Option > Productivity Power Tool.

DirtyIndicator_Option

You will find the Dirty Indicator under Document Tab Well > General Settings. Dirty Indicator having 4 different values, by default sets to “Default” which means it will indicate unsaved modified file as “*” .

DirtyIndicatorstart

Now you can easily change the indicator value from the dropdown list. There are four different options of Indicator.

  • Default
  • Small Dot
  • Dot
  • Disk

DirtyIndicatorType

Below is the list of icons that are represented by each indicator.

AllIndicators

I have set my dirty indicator to “Small Dot”. What’s yours? :)

Below are the list of posts by me related to the Visual Studio Productivity Tool 2010:

And some best articles from web blogs and MSDN which will definitely help you:

Cheers !!

Filed under: General, Visual Studio 2010, Visual Studio Productivity Tool