Click here to Skip to main content
Licence CPOL
First Posted 7 May 2008
Views 30,080
Downloads 221
Bookmarked 34 times

Visual Studio Project MRU List Editor III

By , , | 23 Apr 2010 | Article
An update to a stand-alone tool for editing Visual Studio's MRU list

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



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.
 
He recently started blogging about hisFirst Real C# Project[^] (a.k.a. "get it done"). Musing how this changes development for him or in general, tidbits he discovered, and else.
 
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



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

 
You must Sign In to use this message board. (secure sign-in)
 
Search this forum  
 FAQ
    Noise  Layout  Per page   
  Refresh
GeneralNew version PinmemberLoboSoft13:14 30 Sep '10  
GeneralRe: New version PinmemberNelviticus22:37 30 Sep '10  
Generalthe compressed file is corrupted! PinmemberLoboSoft3:12 25 Apr '10  
GeneralRe: the compressed file is corrupted! Pinmemberziopino7013:22 27 Apr '10  
GeneralRe: the compressed file is corrupted! PinmemberNelviticus22:33 27 Apr '10  
GeneralRe: the compressed file is corrupted! PinmemberNelviticus5:10 28 Apr '10  
GeneralRe: the compressed file is corrupted! PinmemberLoboSoft10:01 29 Apr '10  
GeneralGreat Stuff: VS2010 PinmemberDewey18:26 13 Apr '10  
GeneralRe: Great Stuff: VS2010 PinmemberNelviticus22:02 13 Apr '10  
GeneralRe: Great Stuff: VS2010 Pinmemberpeterchen1:26 14 Apr '10  
GeneralRe: Great Stuff: VS2010 PinmemberDewey6:55 14 Apr '10  
QuestionSource and Installer packages are missing? PinmemberVectorLord3:57 11 Dec '08  
When I click on either the source or installer package, CodeProject says they don't exist on the server. Can you re-upload? Thanks! (Awesome tool, BTW. I was just contemplating writing my own before I found this. Wink | ;) )
AnswerRe: Source and Installer packages are missing? PinmemberNelviticus4:05 11 Dec '08  
GeneralRe: Source and Installer packages are missing? PinmemberVectorLord4:41 11 Dec '08  
GeneralNot saving PinmemberBasel Nimer23:33 10 May '08  
GeneralRe: Not saving PinmemberNelviticus1:16 12 May '08  
GeneralRe: Not saving Pinmemberpeterchen10:23 5 Jun '08  
GeneralRe: Not saving Pinmemberpeterchen11:30 5 Jun '08  
QuestionZip compression? PinmemberDennis Micheelsen20:05 8 May '08  
AnswerRe: Zip compression? Pinmemberpeterchen20:29 8 May '08  
GeneralRe: Zip compression? PinmemberDennis Micheelsen20:31 8 May '08  
GeneralRe: Zip compression? PinmemberNelviticus22:07 8 May '08  
GeneralRe: Zip compression? PinmemberDennis Micheelsen22:19 8 May '08  
GeneralNice Pinmembermerlin9813:37 8 May '08  

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

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.

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