views:

14

answers:

1

Ok, I had VS2010 Start Page set up to display 20+ projects in the Recent Projects section, but while I was messing around with theming and importing/exporting settings I seem to have reset it back to its default of 10, and I can't locate where that setting is. Does anyone know where the setting for number of recent projects on the start page, not the File menu, is located? I've changed the values in tools\options, environment to be 24 (the maximum) for both items in the recent files section of that page of settings, but alas this does not affect the start page.

TIA

+3  A: 

The setting you're looking for is int Environment -> General (Items shown in recently used lists). Note that when you change the setting to a lower number that you had before, VS will delete the excess items from your list (not just hide them) so when you revert your setting the items won't show up until you explicitly open them again.

Quick test on my local machine confirms that this setting works with VS 2010.

Marek Karbarz
ugh, that's just wrong, so I have to re-populate the list basically. VS2008 handles this much better, just limiting what is displayed, not removing the extra.
David
+1 - not sure why this was downvoted, but I just tried it and it worked for both my File -> Recent Projects list and my Start Page recent items list, but the list did not show additional projects until *after* I created new projects (so it wasn't just cycling through the 6 most recent), which @Marek indicated.
adrift