Visual Studio start page configuration.
-
Hello, Is there a way to "edit" the contents of this list. What I want, is to remove some duplicated items. (read below) I have set the Visual Studio IDE to remember the 10 last solutions I have opened. (which saves me a lot of time in navigating to them:-> )
items in most recently used lists]The problem arises if I open a 'copy' of a solution just to compare some stuff, and I will get a duplicated solution name, and I need to be careful not to open the incorrect one. Any hint?-- **Ricky Marek** (_AKA: rbid_)
-- "Things are only impossible until they are not" --- Jean-Luc Picard My articles -
Hello, Is there a way to "edit" the contents of this list. What I want, is to remove some duplicated items. (read below) I have set the Visual Studio IDE to remember the 10 last solutions I have opened. (which saves me a lot of time in navigating to them:-> )
items in most recently used lists]The problem arises if I open a 'copy' of a solution just to compare some stuff, and I will get a duplicated solution name, and I need to be careful not to open the incorrect one. Any hint?-- **Ricky Marek** (_AKA: rbid_)
-- "Things are only impossible until they are not" --- Jean-Luc Picard My articlesfor VS2002 the list is stored in the registry under HKCU\Software\Microsoft\VisualStudio\7.0\ProjectMRUList. I would assume VS2003 would be the same.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004
-
for VS2002 the list is stored in the registry under HKCU\Software\Microsoft\VisualStudio\7.0\ProjectMRUList. I would assume VS2003 would be the same.
"You're obviously a superstar." - Christian Graus about me - 12 Feb '03 "Obviously ??? You're definitely a superstar!!!" mYkel - 21 Jun '04 Within you lies the power for good - Use it!
Honoured as one of The Most Helpful Members of 2004
Thanks, The key for VC 7.1 is
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList
Now, the list is organized as follows:Key Value File1 Path to first sln file File2 Path to second sln file File3 Path to third sln file. ... FileN Path to N'th sln file.
Is it possible to delete a pair without renaming the following keys? (delete key "File2" but preserve the rest, is renumbering required?)-- **Ricky Marek** (_AKA: rbid_)
-- "Things are only impossible until they are not" --- Jean-Luc Picard My articles -
Thanks, The key for VC 7.1 is
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\7.1\ProjectMRUList
Now, the list is organized as follows:Key Value File1 Path to first sln file File2 Path to second sln file File3 Path to third sln file. ... FileN Path to N'th sln file.
Is it possible to delete a pair without renaming the following keys? (delete key "File2" but preserve the rest, is renumbering required?)-- **Ricky Marek** (_AKA: rbid_)
-- "Things are only impossible until they are not" --- Jean-Luc Picard My articlesrbid wrote: Is it possible to delete a pair without renaming the following keys? I just tried, and the result is that VC will truncate the list at the first empty place, that is, if you delete item3, (File3 key), the start page will only show the first two items.:(
-- **Ricky Marek** (_AKA: rbid_)
-- "Things are only impossible until they are not" --- Jean-Luc Picard My articles