views:

178

answers:

2

I was messing around with my toolbars and menus in Visual Studio 08. I noticed that they were behaving strangely. When I closed the "Customize" dialog, my 'Tools' and 'Help' menu were gone (perhaps more, I can't remember what else was there). I don't want to reset everything, as I have been curtailing the VS environment to my exact liking for over a year now, and I have never saved those settings. I have lots of custom commands quirk fixes all around. I don't relish starting over. I guess the lesson is that I should be saving my settings regularly.

Does anyone know how to get the menus back? I didn't even know it was possible to remove the actual menus (not toolbar items)!

Thanks, Ryan

+2  A: 

You could try exporting settings from a clean install, find the section with the menus and only import those? I believe the settings file is registered to visual studio so double clicking it should start the import process.

Not to mention, this would become good practice for exporting and backing up your own settings...

Goyuix
I exported my current settings just in case. Then I did this. I thought this wouldn't work as I've added a lot of custom commands to these menus, and I thought they would disappear if I imported old or original settings. It didn't. The custom commands are still there, but their arrangements, renaming and icon changes were gone. Oh well -- good enough! Thanks guys!
rdevitt
+2  A: 

Try to right click on a toolbar click on Customize. Then you can select Menu Bar and click on reset. Not sure if it will work, but it's worth a try.

Eric Hogue