Click here to Skip to main content
Click here to Skip to main content

Visual Studio Project MRU List Editor III

By , , , 23 Apr 2010
 

Introduction

Josh Beach wrote a utility for editing the MRU list used by Visual Studio. You can find his original article here. Peter then added some extra functionality and you can find his updated version here.

I really like the app, but I had a few niggles so I made some changes of my own:

  • It now supports Visual Studio 2008
  • The default Studio version selected in the drop-down box will be the newest, rather than the oldest
  • The buttons have ToolTips
  • It doesn't list Visual Studio versions that you don't have installed
  • Better-looking buttons
  • Re-named some of the buttons and changed the layout a bit
  • Added an installer project
  • A few other tweaks and fiddles because I was bored

As I can't upload new versions to someone else's article, I've created my own - my first article here at The Code Project, shame it's not my own work!

Using the Code

I have really only fiddled with the UI and made some small changes to the existing code so please take a look at Josh and Peter's original articles for code information. If you want to add other versions of Visual Studio to the list, take a look at the MainForm() constructor in MainForm.cs - it's just a case of adding a new AddVersion() call.

History

June 5, 2008 - peterchen

  • Fixed: Save failed when Visual Studio 2008 was not installed
  • Added: Additional keyboard support
    Shift+Up/Down to move an item, Del to remove, Num-+ to add an existing project/solution
  • Changed selection change after Delete to match my personal preferences

Oct 29, 2009 - Nelviticus

  • Changed: Uses ListView instead of ListBox for better display of file name and directory - much easier to read
  • Added: Now supports Visual Studio 2010. You can add support for other versions by editing the config file in your installation directory (if using the installer) or editing the project settings (if building the project yourself). No need to add a new AddVersion() call and re-build the application

April 22, 2010 - Nelviticus

  • Fixed: Browsing to Visual Studio 2010 projects by double-clicking entries or clicking the 'Explorer' button now works. VS2010 uses environment variables in the file paths it stores in the registry, but because the Process.Start method doesn't expand these, we have to do it manually.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Authors

peterchen
Klippel
Germany Germany
Member
Peter is tired of being called "Mr. Chen", even so certain individuals insist on it. No, he's not chinese.
 
Peter has seen lots of boxes you youngsters wouldn't even accept as calculators. He is proud of having visited the insides of a 16 Bit Machine.
 
In his spare time he ponders new ways of turning groceries into biohazards, or tries to coax South American officials to add some stamps to his passport.
 
Beyond these trivialities Peter works for Klippel[^], a small german company that wants to make mankind happier by selling them novel loudspeaker measurement equipment.
 

Where are you from?[^]



Please, if you are using one of my articles for anything, just leave me a comment. Seeing that this stuff is actually useful to someone is what keeps me posting and updating them.
Should you happen to not like it, tell me, too

Josh Beach
Web Developer
United States United States
Member
No Biography provided

Nelviticus
Software Developer
United Kingdom United Kingdom
Member
I am nine feet tall and made out of fire. I spread misery, suffering and chaos in my wake. Hail Eris! Hail Arioch! Hail tuna and mayonnaise sandwiches with sun-dried tomatoes!

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralRe: Great Stuff: VS2010memberDewey14 Apr '10 - 6:55 
QuestionSource and Installer packages are missing?memberVectorLord11 Dec '08 - 3:57 
AnswerRe: Source and Installer packages are missing?memberNelviticus11 Dec '08 - 4:05 
GeneralRe: Source and Installer packages are missing?memberVectorLord11 Dec '08 - 4:41 
GeneralNot savingmemberBasel Nimer10 May '08 - 23:33 
GeneralRe: Not savingmemberNelviticus12 May '08 - 1:16 
GeneralRe: Not savingmemberpeterchen5 Jun '08 - 10:23 
GeneralRe: Not savingmemberpeterchen5 Jun '08 - 11:30 
QuestionZip compression?memberDennis Micheelsen8 May '08 - 20:05 
AnswerRe: Zip compression?memberpeterchen8 May '08 - 20:29 
GeneralRe: Zip compression?memberDennis Micheelsen8 May '08 - 20:31 
GeneralRe: Zip compression?memberNelviticus8 May '08 - 22:07 
GeneralRe: Zip compression?memberDennis Micheelsen8 May '08 - 22:19 
GeneralNicemembermerlin9818 May '08 - 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web03 | 2.6.130516.1 | Last Updated 23 Apr 2010
Article Copyright 2008 by peterchen, Josh Beach, Nelviticus
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid