Introduction
MRU Manager is a simple Windows Forms application that manipulates the Most Recently Used project and file lists for Visual Studio 2005, Visual Studio 2008 and SQL Server Management Studio 2005.
Background
Manually editing the registry is cumbersome and dangerous so I decided to write MRU Manager as a tool for my personal use. Some friends think that it's the kind of tool that could be useful for other developers so I decided to post it. Unfortunately, I'm too busy to write a fancy article so this will have to do for now. :-)
History
- Version 1.0: First public version
- Version 1.0.1: Fixed a
NullReferenceException
when one of the supported products is not installed. Thanks to geff_chang for reporting this.
To Do
- Write some fancy text for the article